Installed Babel CLI

This commit is contained in:
Ken Jannette
2018-04-17 19:38:57 -04:00
parent 39dbe0249e
commit a67540ccb7
3 changed files with 115 additions and 1 deletions

View File

@@ -5,7 +5,9 @@ class Bookshelf extends Component {
render() {
const books = this.props.books
console.log(books[1])
console.log(books)
console.log(books.filter(function(book) => book.shelf === "currentlyReading"))
return (
<div className="list-books">