This lesson introduces the `?.` operator which is known as [optional chaining](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining). We’re going to look at how we can use `?.` to safely descend into an object … more
Categories: News
0 Comments