SE Unit 3 Lesson 0 Problem Set: String and List Processing
npm install
to load project dependencies.exercises.js
file. (You will find the questions in problem-set.md
and unit tests in exercises.test.js
)npm test
.Check for style by running eslint exercises.js
in the terminal. If you do not already have eslint installed, run npm 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.