prep code Challenges

Language: JavaScript

User's guide

  • To retrieve the code challenge from problems space enter npm run pull-challenge <challenge-number>

    • For example:

      npm run pull-challenge 01
  • To execute the tests run your the test from the root of prep-challenges repo :

    • to run all tests:npm test
    • to run specific tests: npm test <test-number>
      • For example: npm test 01