The optional chaining operator (?.) permits reading the value of a property located deep within a chain of connected objects without having to expressly validate that each reference in the chain is valid. The ?. operator functions similarly to the . chaining operator, except that instead of causing an error if a reference is nullish (null or undefined), the expression short-circuits with a return value of undefined. When used with function calls, it returns undefined if the given function does not exist.
This results in shorter and simpler expressions when accessing chained properties when the possibility exists that a reference may be missing. It can also be helpful while exploring the content of an object when there's no known guarantee as to which properties are required.
On this page of the site you can watch the video online . Optional Chaining Operator in JavaScript | Optional Chaining | | Optional Chaining vs Nullish with a duration of hours minute second in good quality, which was uploaded by the user Mvndr4u 02 January 2021, share the link with friends and acquaintances, this video has already been watched 55 times on youtube and it was liked by 7 viewers. Enjoy your viewing!