Redefine your Logic for stricter, safer JavaScript defaults with the '??' operator
The title is not a clickbait. There exists an actual '??' operator in JavaScript known as the Nullish coalescing operator. This operator accepts operands on either side and returns the right-hand side operand only when the left-hand side operand is a...
subaash.hashnode.dev5 min read