Clone this lab.
-
Your written response questions are in the
short-response.md
file. -
Record your answers without removing the original questions.
-
Use complete sentences and style appropriately with markdown.
-
From your project's root folder, run
npm install
to load project dependencies. -
Your coding files are in the
problems
folder:README.md
Your instructions and decription of the problems.exercises.js
Where you will code your solutions.exercises.test.js
Your test cases.index.html
You 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 problems/exercises.js
in the terminal. If you get an erroreslint: command not found
, runnpm install -g eslint
first.
When you are done with both sections. Push your final commits and submit your URL through Canvas.