OOP in JS
We learned about objects before. Now let's learn about object-oriented programming.

We’ve talked about objects before.

Object oriented programming takes objects at a whole new level.

In this unit you’ll discover classes, how to create methods, what are constructors, how to use inheritance, and then we’ll talk about one of the most confusing (but fundamentals) aspects of JavaScript: protypes.

Lessons in this unit:

0: ▶︎ Introduction
1: Classes
2: Class methods
3: Private class properties
4: Constructors
5: Inheritance
6: Prototypes