Read a nested property safely

Use optional chaining to read user.address.city. The address property is missing, so the result must be undefined instead of an error.
JavaScript
Console