Object-Oriented JavaScript — a practical guide to object-oriented JavaScript with clear examples you can reuse in real projects.
JavaScript Tutorial Series (54/101). Prefer one article? Read the complete JavaScript tutorial.
Short description
Modern JS class syntax is sugar over prototypes.
OOP pillars in JS
Encapsulation
Inheritance
Polymorphism
Prototypes under the hood