-
Run
npm install
to load project dependencies. -
Complete coding exercises in the
exercises.js
file. (You will find the questions inproblem-set.md
and unit tests inexercises.test.js
) -
Test your code often by running
npm test
. -
Check for style by running
eslint exercises.js
in the terminal. If you do not already have eslint installed, runnpm install -g eslint
.Note: You are not done with your exercises until all tests pass and there are no eslint errors.
When you are done, push your final commits and submit through Canvas.