Short circuiting, Nullish Coalescing operator
Short-circuiting
When a condition or a particular expression is evaluated from left to right and the result appears before the complete evaluation of the expression, this occurs due to short-circuiting with operators. It avoids unnecessary work.
OR(|...
aashman.hashnode.dev3 min read