The JavaScript Tool I'm using to demonstrate: https://runjs.app/ColorCode ColorCode Etsy Merchandise store: https://www.etsy.com/shop/ColorCodeStore All the code from this series is available here: https://github.com/ColorCode/js-10-things JavaScript Prototype and the Prototype Chain from the series "10 Things JS Developers Should Know" by ColorCode.io, Sina Jazayeri Full playlist here: https://www.youtube.com/playlist?list=PL1PqvM2UQiMoGNTaxFMSK2cih633lpFKP JavaScript Tutorial - Prototypes and Prototype Chain. This is episode 2 in a 10 part series I’m calling 10 things javascript developers should know but probably don’t. In this series, we’re gonna cover some of the most fundamental and important parts of JavaScript that most of us don’t actually know, and barely touch. Today, for episode 2, we’re gonna explore the concept of Prototypes, prototypal inheritance, and how the prototype chain works. Episode 2: Prototypes. Let’s go! 0:00:00 Intro 0:00:35 __proto__ 0:02:28 Prototype Chain 0:12:00 Prototype