Exercise 1 - Making a Collection

In this exercise, we will be creating and sorting a Collection.

Instructions

  1. If you didn't finish the last exercise, download the solution files from here.
  2. Continue from your previous files or the solution files.
  3. Open SpecRunner.html in a browser
  4. Click on Spec List on the upper-left hand corner.
  5. Make changes in src/app.js to make all the tests for Exercise 1 pass.