In this lab, you will be working with JavaScript Comparison Operators. Comparison operators are used to determine equality between variables or values. When used, they will return a Boolean value.
You will use console.log() with comparison operators to understand what results are returned under certain combinations.
Upon completion of this lab, you will be able to:
==, ===, >=, >, <, and <= logical operators.The following courses/courses and labs can ensure your success: