Short Circuiting in JavaScript.
TABLE OF CONTENTS
Introduction
OR operator (||)
AND operator (&&)
NULLISH COALESCING operator (??)
Conclusion
Introduction:
When a part of an expression is evaluated and the remaining part of the expression won’t affect the evaluated result, then t...
jor-el.hashnode.dev4 min read
Olawole Jethro Olakunle
I'm a graduate of Altschool africa
Nice write up 👍 very educative