Optional Chaining (?.)
Feb 23, 2023 · 2 min read · What is Optional Chaining? Optional chaining is represented with (?.) and was introduced in ES62020. Optional chaining is used to access object properties; if we don't get a value, it returns undefined. After ?. this sign it helps to access propert...
ISaqib commented



