Sweet! By calling the constructor of the Car class, we're creating an instance of it that we store in myCar.
Car
myCar
Didn't we create a new instance of a class with the new keyword?
new