Nullish Coalescing Operator
Apr 23, 2022 · 2 min read · Introduction ES2020 introduced the nullish coalescing operator. As the name it suggests nullish coalescing is used to handle null or undefined values. It represents with double question marks (??), that returns right-hand side when its left-hand side...
Join discussion