// '?.' is optional chaining // It is used to access a value of an object, just like '.' // However, if the value doesn't exist, it returns undefined, rather // than an error