There are two parts to this problem set:
- A written response section
- Coding exercises
For Coding Exercises:
- 
From your project's root folder, run npm installto load project dependencies.
- 
Your coding exercises live in the problemsdirectory. Here, we have four files:- exercises.jsWhere you will code your solutions
- exercises.test.jsYour test file
- README.mdThe instructions and prompts for your exercises.
- index.html
 
- 
Test your code often by running npm test.
- 
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. 
For Short Responses:
- 
Your written response questions live in the short-response.mdfile.
- 
Record your answers without removing the original questions. 
- 
Use complete sentences and style appropriately with markdown. 
When you are done, push your final commits and submit your URL through Canvas.