Breaking optional chaining in JavaScript down
Optional chaining was relatively recently introduced in ECMAScript 2020 (ES2020). Optional Chaining is a method of safely accessing nested objects without worrying that one of the properties or methods might not exist. It's like asking a series of qu...
noahaghedo.hashnode.dev3 min read