The optional chaining ?. is a safe way to access nested object properties, even if an intermediate property doesn't exist. If you've just started to read the tutorial and learn JavaScript, maybe the ...