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