Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 692 Bytes

File metadata and controls

29 lines (16 loc) · 692 Bytes

Challenge 17

For today Problem Solving exercise please follow the instructions:

 

note that you will continue working on the same repository from the previous exercise Prep-Challenges

 

  • Create a new branch git checkout -b exercise17

  • To retrieve the code challenge run this command: npm run pull-challenge <challenge-number>

    • Run:

      npm run pull-challenge 17
  • Solve the problems.

  • To execute the tests run the test from the root of Prep-Challenges repo (your new problem solving repo):

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