TL;DR
Master JavaScript objects, the this keyword, and prototypal inheritance. Learn how JS shares behavior between objects under the hood.
Key concepts
- JavaScript objects
- JavaScript prototypes
- prototypal inheritance
- JavaScript this keyword
TL;DR
Master JavaScript objects, the this keyword, and prototypal inheritance. Learn how JS shares behavior between objects under the hood.
Key concepts