• To Kill a Mockingbird
    Harper Lee
  • books.filter(function(book){ return book.shelf === "currentlyReading" }).map((book) => { return
  • {book.title}
    {book.authors}
  • })