Preparation Materials
Get up to speed for Grace Hopper Admissions
We've outlined some study materials below to help you succeed during your Coding Assessment and Technical Interviews. The coding assessment has problems similar to Easy and Medium ones on Codewars, so we recommend practicing those as a way to judge your readiness!
CodeAcademy: Intro to JavaScript
If you consider yourself close to a beginner at coding, then we recommend completing Codecademy's JavaScript track before reviewing this material.
Go to CodecademyCodewars: Practice Problems
Codewars is an excellent resource to test your skills. Completing several "Easy" (8 kyu) and early "Medium" (7-6 kyu) problems is good practice for the assessment. If you have trouble with the easy problems, consider taking one of our preparation courses, but if you can make it through most of the medium problems, you're probably ready to take the coding assessment.
Sample Easy Problems Sample Medium ProblemsPreparation Classes
If you are coming from a more beginner background, you may find attending a prep course useful. Check out the classes below taught at our partner school Fullstack Academy. If you want to take Bootcamp Prep and are already in the admissions process, we will put your application on hold while you take the course.
JavaScript 101 Bootcamp PrepEloquent JavaScript
Please review chapters 1-4 from Marijn Haverbeke's incredible programming book, Eloquent Javascript. It’s one of the best introductions to programming there is.
Go to Eloquent JavaScript