prep code Challenges
JavaScript
Language: User's guide
-
To retrieve the code challenge from problems space enter
npm run pull-challenge <challenge-number>
-
For example:
npm run pull-challenge 06
-
-
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 06
- For example:
- to run all tests: