JavaScript: Classes

JavaScript: Classes

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 0h 37m | 106 MB

The release of ECMAScript 2015 brought class syntax to JavaScript, providing developers used to class inheritance with some familiar tools. If you’re new to the language—or just unsure how classes work in ECMAScript 6 (ES6)—then this course is for you. Join instructor Emmanuel Henri as he explains how classes work in ES6. He starts with the foundations of classes and how they interact with other JavaScript features. He then goes over constructors, mixins, and extends, explaining how they work and sharing code examples.

Topics include:

  • Defining a class
  • Hoisting explained with classes
  • How strict mode applies to classes
  • Static methods and usage
  • Constructors
  • Extends and mixins
Table of Contents

Introduction
1 JavaScript classes demystified
2 Course prerequisites
3 Using the exercise files

Defining Classes
4 Introduction to classes
5 Defining a class
6 Differences between functions and classes
7 Hoisting explained with classes
8 Strict mode with classes explained
9 Static methods and usage
10 Prototype methods explained

Constructors
11 Introduction to constructors
12 Constructor and super usage

Extends and Mixins
13 Extends intro and usage
14 Mixins intro and usage

Conclusion
15 Next steps