In this lab, you will be working with JavaScript Logical Operators. Logical operators have typically been used with Boolean (logical) values. When used, they will also return a Boolean value.
You will use console.log()
with Boolean values to understand what results are returned under certain combinations.
Upon completion of this lab, you will be able to:
&&
, ||
, and !
logical operators.Boolean
valuesThe following courses/courses and labs can ensure your success: