To create new objects, classes need a special method called the constructor(). This method sets the property values for a new object.

Since it's a method, make sure to add constructor() to your code.