Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 346 Bytes

File metadata and controls

17 lines (11 loc) · 346 Bytes

JSdaily

These are javascript exercises gathered from around the interwebs

To setup

npm install

to run tests

Un-x the describe block and use the script npm test to run your tests through mocha.

TODO:

  • update all tests and files to ES6 syntax
  • run tests against ES6
  • setup set 9 tests
  • add linter file