Font-size: A A A
The <= is the comparison less than or equal operator. This operator is used to compare the values of two operands and determine if the first operand is lesser or equal in value than the second operand.
var result = op1 <= op2;