When's a good time to call a constructor?

When we want to create an objectWhen we want to create an instance of a classWhen we want to change a property's valueWhenever we want to clone an object

Awesome! We have to call a constructor called whenever we want to create an object, another word for an instance of a class.

Not quite! We have to call a constructor called whenever we want to create an object, another word for an instance of a class.