Operators, as we discussed before, perform actions on values. Previously, we saw what are referred to as Binary Operators, because they perform an action on two values, such as addition or multiplication.
Not all binary operators produce another value of the same type, however. Below you will find a few expressions that evaluate instead to what are referred to as 'boolean' values; that is a value that can only be either true or false.