-
Clone this lab.
-
From your project's root folder, run
npm installto load project dependencies. -
Your coding files are:
exercises.jsWhere you will code your solutions.exercises.test.jsYour test cases.index.htmlYou can optionally open this file in the browser to run your code.
-
Test your code often by running
npm test. -
Check for style by running
eslint exercises.jsin the terminal. If you get an erroreslint: command not found, runnpm install -g eslintfirst. -
Push your final commits and submit your URL through Canvas.
1. Question
2. Question
3. Question