Good news, though: there's a smarter way to handle the situation. It's called optional chaining.

We can use optional chaining to avoid the hassle of separately checking every optional for a value. name only gets a value if me and name have a value.

That doesn't look right, does it?