Why you should stop using OR - || operator in Javascript.
Presenting Nullish coalescing operator ??
It is a logical operator that returns its right-hand side output when its left-hand side output is null or undefined and otherwise returns its left-hand side output. ?? also supports chaining just like && and...
tushartiwari.hashnode.dev3 min read