Short-circuit evaluation
Conditional evaluation in which && or || skips its right operand when the left result already determines the result.
Conditional evaluation in which && or || skips its right operand when the left result already determines the result.