Skip to content

Commit

Permalink
Merge branch 'patch-3' of https://github.com/shakuu/JavaScript-OOP
Browse files Browse the repository at this point in the history
  • Loading branch information
cuklev committed Sep 9, 2016
2 parents 9c39b50 + 0607b8d commit 3e1a59a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Practical Exams/academy-online-catalogs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,9 @@ has the following:
* The media must sorted by:
* descending by duration
* ascending by id

* find(options)
* Extends find(options) from parent, but adds a key `rating`
* i.e. books can be found by `id`, `name` and/or `rating`

##Example:

Expand Down

0 comments on commit 3e1a59a

Please sign in to comment.