pveyes / smartass

Test your javascript knowledge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Smartass

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.

Init

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

Verifying answer

# Check all solution
$ npm run test

# Check specific solution
$ npm run unit test/fizz-buzz.js

License

MIT

About

Test your javascript knowledge


Languages

Language:JavaScript 100.0%