A JavaScript training task that simulates a small library system while practicing core JavaScript concepts.
- Functions and default parameters
- Rest parameters
- Closures and lexical scope
- Constructor functions
- Arrow and anonymous functions
- Arrays and nested objects
map,filter,reduce, andforEachObject.create()andObject.assign()- Search, filtering, and formatted console output
- Clone or download the repository.
- Open
index.htmlin a browser. - Follow the prompt and view the output in the browser console.
This repository was created as a frontend internship training task.