Optional chaining - New JavaScript features in ES2020
Another vlog for the BrazilJS channel.
This is the second video in the video series addressing the new JavaScript functionality in ECMA2020, the latest update to the language specification.
Now I show how optional chaining
works, a feature that allows you to read nested values in JavaScript objects without having to make validations.