This repository contains a simple Library Management System implemented in JavaScript. You will learn to manage a collection of books using a Library
class.
- Create a
Library
class to manage books. - Implement methods to:
- Set Title
- Set Author
- Set Year
- Get the Book Details
-
Fork the Repository: Click the "Fork" button at the top right corner of this page.
-
Clone Your Fork:
git clone https://github.com/<yourusername>/Library-Management-System.git
-
Open the Code: Use your favorite code editor to start coding.
-
Implement the
Book
Class: Define properties for title, author, and year, and add methods to set these details.
Good Luck!