Introduction to JavaScript Classes

Difficulty: Advanced
Duration: 5 minutes and 45 seconds
Students: 192
Rating: 5/5

This practical lesson explores JavaScript Classes, which were introduced with the inclusion of ES6 and are mostly syntactic sugar of constructor functions.

Learning Objectives

  • Learn how to create a class
  • Learn how to create a class method
  • Learn how to create a child class
  • Learn how about the class super method
  • Learn about child class inheritance

Intended Audience

This lesson is intended for anyone who wants to learn about JavaScript Classes.

Prerequisites

Anyone with an interest in learning how to use classes in JavaScript or who wants to improve their knowledge of JavaScript in general.

Covered Topics