Exploring JavaScript's nullish and optional chaining operators
31 Jul 2023
ECMAScript version 11, which landed in 2020, gave us two new, super-useful operators to play with in JavaScript, known as the nullish and optional chaining operators. In this article I'll show you how to use them.