This is a collection of javascript questions that you can use to improve your javascript skill and logic. To solve a problem, simply open answer directory and find the problem you want to solve. Each questions will be written as comment above the answer placeholder. Write your answer there and verify your answer using test command.
Grab a copy of the problem sets and install dependencies. The only dependency to this module is a test framework to verify your answer.
$ git clone https://github.com/pveyes/smartass.git
$ cd smartass
$ npm install
# Check all solution
$ npm run test
# Check specific solution
$ npm run unit test/fizz-buzz.js
MIT