Skip to content

pveyes/smartass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published