Here are some simple coding challenges to practice your Javascript skills.
Complete each challenge in the /problems
folder.
Test all of the problems with:
node test.js
Test a subset of problems by adding each number as an argument.
For example, you can run tests 0 and 2 with:
node test.js 0 2