hagan199 / awesome_world

Awesome Books! is my third project at Microverse, in this project I will create a personal book collection when the user can add or delete books and this information will be preserved in the local storage system.
0 stars 0 forks source link

Awesome books: plain JavaScript with objects #1

Closed hagan199 closed 1 year ago

hagan199 commented 1 year ago

Create a collection that keeps a list of books (hint: you can use an array of objects for that). Create a function to add a new book to the collection, with title and author. Create a function to remove a book from the collection (hint: you can use the array filter() method). Display all books saved in the collection in the top part of the page