Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 419 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 419 Bytes

Classes

Prerequisites

Course

Check the Prototypes, inheritance chapter of javascript.info's tutorial. It's not something that you'll use, but it'll make you understand better how classes and inheritance work in JS.

Then, follow the Classes chapter.