Exercise 2 - Making a View
In this exercise, we will be creating a View. We will be instantiating it with our previous model.
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 2 pass.
- To see your work, open
index.html
in your browser
Bonus - Do something fancy
- Do something fancy with that
onClick
event, and maybe add some more events on top of that!