A safe call to a property will return null if the variable is null. Give it a try.

Perfect! Safe calls are one of the most powerful features of Kotlin, because they keep apps from crashing. 

Whoops! We'll need to add a question mark (?) after the variable to make a safe call for a property.