Exercise 1 - Making a Collection
In this exercise, we will be creating and sorting a Collection.
Instructions
- If you didn't finish the last exercise, download the solution files from here.
- Continue from your previous files or the solution files.
- Open
SpecRunner.html
in a browser
- Click on Spec List on the upper-left hand corner.
- Make changes in
src/app.js
to make all the tests for Exercise 1 pass.