These challenges encourage you to keep on practicing your JavaScript skills!
-
Run
npm run eslint
in your terminal. Make sure you fix any linting errors from the previous challenges. -
If you made any changes in the previous 2 steps, make sure to commit them.
-
Look at the
test/exercise002.test.js
file where you will see the tests for this set of challenges. -
Complete the functions in
challenges/exercise002.js
in order to make the tests pass.
👉 Remember that you can pause tests or run only specific tests - see the main README.md file for details.
Ready for the next ones? Here you go: Exercises 003 - Docs 💃🕺