Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 792 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 792 Bytes

📚 Library

A simple book-list for recording book-reading logs

Live Website

Preview

image

Languages

HTML CSS JS

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.