A set of JavaScript challenges to brush up on your JS knowledge.
nvm use
npm install
npm run challenge:NAME
So, to run the bill challenge you would edit ./challenges/bill/index.js
and run npm run challenge:bill
.
To run all challenges:
npm run challenge:all
Sharing your solution helps other people learn. To share a solution:
- Create a new branch with your solution(s) in it
- Submit a pull request with the completed solutions in (if you want, you can write more test cases too!)
- If the solution isn't a duplicate of an existing solution, we'll accept the pull request and you'll be featured in the hall of fame!