Skip to content

Commit

Permalink
Update TASKS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
harrietty authored Jul 26, 2019
1 parent 3fb2d7d commit 3aa6db2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/TASKS.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ Your tests should all still pass at this point.

1. If a book is an object, what is its encapsulated data?

2. Why do we create a new Book for every single test in `Books.test.js`?
2. Why do we create a new Book for every single test in `Book.test.js`?

3. What data, of a book's encapsulated data, is changeable?

4. Why is representing a book as an object a better idea than representing it as a string?
4. Why is representing a book as an object a better idea than representing it as a string?

0 comments on commit 3aa6db2

Please sign in to comment.