What is Nullish coalescing operator ?
In this blog we are going to learn about Nullish coalescing operator denoted by (??) and how it is different from OR operator.
Nullish Coalescing :- It is a logical operator that returns its right-hand side operand when its left-hand side operand is...
sanjayxdr.hashnode.dev1 min read
Prathmesh Jagtap
Cursios Frontend Developer
Output : " " JavaScript NaN