The primary constructor of a class lets us set properties while creating an object.

Try setting the name property using the primary constructor.

Super! The primary constructor set name to "James" because we declared the name property when we declared the class.

Oh noes! Might we have to pass arguments inside parentheses (())?