Exercise 0 - Making a Model

In this exercise, we will be creating a Model to store information about individual people.

Instructions

  1. Download this file
  2. Open SpecRunner.html in a browser. You will see failing tests.
  3. Click on Spec List on the upper-left hand corner.
  4. Make changes in src/app.js to make all the tests for Exercise 0 pass.