Learn how classes work in ECMAScript 6 (ES6). Discover how classes can make object-oriented development with JavaScript more familiar.
Overview
Syllabus
Introduction
- JavaScript classes demystified
- Course prerequisites
- Using the exercise files
- Introduction to classes
- Defining a class
- Differences between functions and classes
- Hoisting explained with classes
- Strict mode with classes explained
- Static methods and usage
- Prototype methods explained
- Introduction to constructors
- Constructor and super usage
- Extends intro and usage
- Mixins intro and usage
- Next steps
Taught by
Emmanuel Henri