Short Circuit evaluation is a technique in programming that allows for the process of evaluating logical expressions (statements that include && and ||) to be completed faster. This is done by not having to check all arguments in the expression.

#javascript #programming

Walkthrough Short Circuit Evaluation in JavaScript with Simple Examples
1.45 GEEK