In this tutorial I want to explain how short circuit evaluation works with the Logical AND (&&) operator. Most everyone understands logical AND when used in a conditional (both sides need to evaluate to true in order for the conditional to be true), but when it is used in short circuit, the meaning is sometimes lost.
Would you like to help keep this channel going?
https://www.patreon.com/bePatron?u=7373521&redirect_uri=http%3A%2F%2Fallthingsjavascript.com%2Fcontribute.html&utm_medium=widget
Courses offered on Udemy at a discount (access from my site): http://allthingsjavascript.com/courses.html
Tutorials referred to in this video:
Truthy and Falsy Values: https://youtu.be/HvBg2I2pfhQ
For more resources on JavaScript:
http://www.allthingsjavascript.com
#javascript #AllThingsJavaScriptLLC