For Coding Exercises:
-
Run
npm installfrom the root directory to load project dependencies. -
Complete coding exercises in the
exercises.jsfile in theproblemsdirectory.exercises.jsWhere you will code your solutionsexercises.test.jsYour test fileREADME.mdThe instructions and prompts for your exercises.index.html
-
Test your code often by running
npm testfrom the root directory. -
Check for style by running
eslint problems/exercises.jsin the terminal. If you get an erroreslint: command not found, runnpm install -g eslintfirst. -
You are not done with your exercises until all tests pass and there are no eslint errors.
Note: We have provided an
index.htmlso that you can test and run your code in the browser and use Chrome Dev tools.
For Short Responses:
- Write your responses directly in the
short-response.mdfile. - Record your answers without removing the original questions.
- Use complete sentences and style appropriately with markdown. As you commit and push changes, you will see your rendered markdown on GitHub.