Optional chaining is a quick way to short circuit dot notation property lookup in case any property in the chain is "undefined".
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining
Optional chaining is a quick way to short circuit dot notation property lookup in case any property in the chain is "undefined".
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining