The Javascript Prototype Chain

The dreaded, interview favorite Javascript prototype is a tricky subject. Every time you read about it, you learn something new. This video tries to take you through the inner workings of a Prototype object and how JS Engine looks for properties in a Prototype chain. MDN Resources : Object prototype : Inheritance and prototype chain - Timestamps 0:00 - Intro 0:20 - Classes vs Prototypes 1:10 - Prototype(with examples) 5:30 - Built in object prototypes 8:15 - Prototype chain 18:38 - Outro Socials Twitter - Instagram - LinkedIn - Github - #javascript #prototype #prototypechain #inheritance
Back to Top