Javascript Optional Chaining - How it works
What is Optional Chaining?
The optional chaining ?. is a safe way to access nested object properties, even if an intermediate property doesn’t exist.
Optional chaining, represented by ?. in JavaScript and is a new feature introduced in ES2020.
Wait,...
oladetounjed.hashnode.dev2 min read