We can use .isEmpty on any string. Simply add .isEmpty directly after a string.
Can you finish the check on the name variable?
Nice! .isEmpty is useful for checking if variables contain values before we start using them.
Whoops! We need to use a full stop (.) followed by isEmpty to check for an empty string.