Null Coalescing Operator vs Logical OR Operator in Javascript
Most of us would be well familiar with the logical operators such as OR (||) and AND(&&) that are frequently used in Javascript, especially in React.
But recently, another operator, called "null coalescing" has been introduced.
In this article, we...
preetiroshan.hashnode.dev2 min read