- Fork and clone this lab
For Coding Exercises:
-
Navigate to the
exercisesdirectory to complete the coding exercises. -
Run
npm installto load project dependencies. -
Complete coding exercises in the
exercises.jsfile. -
Test your code often by running
npm test. -
Check for style by running
eslint exercises.jsin the terminal.Note: You are not done with your exercises until all tests pass and there are no eslint errors.
For Short Responses:
-
Write your responses directly in the
short-response.mdfile. As you commit and push changes, you will see your rendered markdown on GitHub. -
When you are done with both sections. Push your final commits and open a PR.