A member function can get and set properties of an object by using the property name.
Try getting the name property inside a member function.
Excellent work! We skip the period when accessing properties inside member functions.
Whoops! We just need to write the name of the property to get its value inside a member function.