Search
Create a curried function that will add a key called downloadedToday with the value false to the book object.
downloadedToday
false
book
Create a curried function that will set the author key with the value George R R Martin if author key doesn't exist.
author
George R R Martin