This folder contains all the exercises you need to complete before your interview to join Coders In Hoods.
You need to install:
These are the steps you'll perform to complete each exercise:
- In a terminal, navigate to an exercise folder:
- e.g.
cd 02-js-variables-exercise
- e.g.
- In the same terminal, run
npm install
and wait for it to finish installing - Open the
README.md
file and read about the topic- If you want a nice way to read the file, one option is a Chrome extension: Markdown Viewer. Make sure to follow the steps for "Local Files"
- Open the
index.js
file and read the descriptions of the required code - Write some code to meet the requirements
- Run
npm test
to see if your code has met the requirements - Keep repeating steps 5 and 6 until all the tests have passed
- Take a well earned break!
- Move on to the next exercise
After you have completed all of the exercises, send an email to admissions@codersinhoods.dev.