How does Optional Chaining work in Javascript?
Optional chaining is a feature in Javascript which lets us access child properties of an object, even if the parent object doesn't exist. It's used when properties are optional on an object, so that instead of returning an error, we still get a resul...
fjolt.hashnode.dev5 min read