odin-default-js-exercises/book_titles
Cody Loyd 829730fb79 Revert "remove class based exercises"
This reverts commit 290e7f1da4.
2017-11-24 14:23:16 -06:00
..
README.md Revert "remove class based exercises" 2017-11-24 14:23:16 -06:00
bookTitles.js Revert "remove class based exercises" 2017-11-24 14:23:16 -06:00
bookTitles.spec.js Revert "remove class based exercises" 2017-11-24 14:23:16 -06:00

README.md

The goal of this exercise is to introduce you to the concept of objects and classes. These are fundamental building blocks for OOP (Object Oriented Programming). You shouldn't need to write a ton of new code, in fact you can re-use your solution from the Simon Says exercise!

The key here will be rewriting certain bits of it to work within the class given to you.