What if we want to create multiple objects with the same properties and methods but different values?

Boom! By creating a constructor function, we can use the new keyword to create as many instances of an object as we want.

Do you remember how we created instances of the Date object?