To create an object, we write the class name followed by parentheses.

Try creating an object of the Person class.

Woot woot! After creating an object, we can assign it to a variable to access its properties.

Close! When we put the parentheses after the class name, we should end up with Person().