Introduction In javascript's ECMAScript 2020 update, a new feature called optional chaining was added. Optional Chaining allows developers to access nested properties of an object without worrying about whether or not intermediate properties exist. I...
bijaylaxmi-behera.hashnode.dev3 min read
No responses yet.