JavaScript: Classes

Go to class
Write Review

Free Online Course: JavaScript: Classes provided by LinkedIn Learning is a comprehensive online course, which lasts for Less than 1 hour of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. JavaScript: Classes is taught by Emmanuel Henri.

Overview
  • Learn how classes work in ECMAScript 6 (ES6). Discover how classes can make object-oriented development with JavaScript more familiar.

Syllabus
  • Introduction

    • JavaScript classes demystified
    • Course prerequisites
    • Using the exercise files
    1. Defining Classes
    • 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
    2. Constructors
    • Introduction to constructors
    • Constructor and super usage
    3. Extends and Mixins
    • Extends intro and usage
    • Mixins intro and usage
    Conclusion
    • Next steps