After creating an object, we can get a property using a full stop (.) followed by the property's name.

Try displaying the age property from an object of the Person class.

Nice work! The name and age properties hold their initial values because we haven't changed them.

Not quite! Could james.name be a hint?