You should probably start with the beginner challenges, and work your way upwards. Ask me for help if you get stuck!
Click the "Use this template" green button above to create your own private instance of this repo - we don't want spoilers out in the wild. You should add me as a collaborator to it, so I can see your progress, which you can commit as you go.
You will need node.js to run your solutions. Assuming that's installed on your system, install the dependencies for all the challenges in the root of this repo:
npm i
For each challenge, and within its corresponding folder:
- Understand the challenge via the
readme.md
- Edit the corresponding
.js
file - Test it by running
node <challenge>-test.js