Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 925 Bytes

File metadata and controls

13 lines (9 loc) · 925 Bytes

Array Methods Exercise Set

How to complete the exercises

  1. Click to Open in CodeSandbox
  2. Fork the template using the blue fork button on the left.

Fork Button

  1. You will see the test results for the different exercises in the tests panel.
  2. Pick an exercise. There is a file named exercise-<number>.js for each exercise where they are described and there is space to enter your implementation.
  3. Start implementing your solution. Every time you save your file it will run the tests again.
  4. Keep going until all tests are passing. If you are struggling try looking at the relevant test in the exercise-<number>.test.js file to see what it is expecting.