https://github.com/mathdebate09/library
A simple book-list for recording book-reading logs
https://github.com/mathdebate09/library
inheritance-js oop-in-js webdevelopment
Last synced: 11 days ago
JSON representation
A simple book-list for recording book-reading logs
- Host: GitHub
- URL: https://github.com/mathdebate09/library
- Owner: mathdebate09
- Created: 2023-12-26T12:39:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-12T17:53:10.000Z (over 2 years ago)
- Last Synced: 2024-01-13T08:15:35.409Z (over 2 years ago)
- Topics: inheritance-js, oop-in-js, webdevelopment
- Language: JavaScript
- Homepage: https://mathdebate09.github.io/library/
- Size: 140 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📚 Library
A simple book-list for recording book-reading logs
>[Live Website](https://mathdebate09.github.io/library/)
## Preview

## Languages
[](#) [](#) [](#)
## Learning Outcomes
- Protypal Inheritance on initializing a constructor and manipulating as per the need using the DOM.
- Using `.prototype` to create prototype functions.
- Setting prototypes on one anotehr to form a chain of the inheritance.