Get an introduction to JavaScript prototypal inheritance. Learn how to write more efficient JavaScript code using the prototype chain.
Overview
Syllabus
Introduction
- Understanding prototypes in JavaScript
- What you should know
- Exercise files and environment setup
- Create object literals
- Create objects with a constructor function
- Understand the prototype property
- Modify an object's prototype
- Create a prototype chain
- Apply prototypal inheritance
- Understand ES6 classes
- Build prototypes using ES6 classes
Taught by
Sasha Vodnik