Introduction to JavaScript Classes

Premium

You used objects in the objects series to group related data with key-value pairs. Classes give you a blueprint for creating many similar objects at once. In this lesson you'll see how to declare a class, what a constructor does, and how new instances get their own properties.