Classes

In this trial lesson you will learn about classes. The lesson will cover:

  • general concept of classes in object-oriented programming languages
  • vocabulary to understand and describe classes
  • syntax of classes in JavaScript (ES6)
    • constructor
    • this
    • setters and getters

Get startet at Classes in object-oriented programming languages.


This trial lesson assumes that participants has prior knowledge on:

  • JavaScript Basics
    • Variables
    • Conditions (switch, if)
    • Functions
    • Data Types (including: Arrays and Objects)
    • Loops
    • Executing scripts via node in terminal
      • but not how to export and require