Completed
Javascript ES6 Classes and Extending Classes
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
What Is __proto__? - Javascript Prototypes Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Good Reasons to know about Javascript Prototypes
- 3 Hello __proto__
- 4 New Modern Methods vs __proto__
- 5 More than one link in the prototype chain
- 6 3 Rules of Prototypal Inheritance
- 7 Inheriting a Getter and a Setter
- 8 Inheriting from the Javascript Object
- 9 Looping through direct and inherited keys
- 10 Object Constructor Functions and Prototypes
- 11 Javascript ES6 Classes and Extending Classes