You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What information was incorrect, unhelpful, or incomplete?
this information is not totally true, or mind-tricky: Optional chaining cannot be used on a non-existent root object. It does not replace checks like if (typeof a == "undefined").
expected:
Optional chaining cannot be used on a non-declared root object, but can be used with undefined root object
after tested:
The text was updated successfully, but these errors were encountered:
MDN URL: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining
What information was incorrect, unhelpful, or incomplete?
this information is not totally true, or mind-tricky:
Optional chaining cannot be used on a non-existent root object. It does not replace checks like if (typeof a == "undefined").
expected:
Optional chaining cannot be used on a non-declared root object, but can be used with undefined root object
after tested:
The text was updated successfully, but these errors were encountered: