Weekly Assignment: Personal Library Manager
Weekly Assignment: Personal Library Manager Objective: Create a series of functions to manage a personal library. Your library will be represented as an array of book objects, each with title, author, and readStatus properties (indicating whether or not the book has been read). Begin with an empty array to hold your library books: let library
Recent Comments