Nice! With Car(), we're creating an instance of the Car class that we can store in a variable.
Car()
Car
Does that really create an instance of the Car class?