Optional Chaining (?.)
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...
nishtha0503.hashnode.dev2 min read
Saqib
Software Engineer
Good read ๐