How the Nullish Coalescing Operator Works in JavaScript
ES11 has added a nullish coalescing operator which is denoted by double question marks, like this: ??.
In this article, we will explore why it's so useful and how to use it.
Let's get started.
Want to learn Redux from the absolute beginning and buil...
blog.yogeshchavan.dev4 min read
Kieran Roberts
Software Engineer | Ex Hashnode
Nullish coalescing is something I've been doing quite a bit recently so it's nice to see a clear explanation for others to pick it up Yogesh Chavan!