What in the world is Nullish Coalescing??
ES2020 introduced the nullish coalescing operator. As the name suggests nullish coalescing is used to handle null or undefined values. It is a logical operator represented with double question marks (??), that returns its right-hand side operand when...
shreyassoni.hashnode.dev3 min read