Enough JavaScript to get you Started : #18 Optional chaining and nullish coalescing
Optional Chanining ?.
π According to MDN 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.
π...
adarshpandya.hashnode.dev5 min read