Reduce type operator of Boolean AND.
Reduce type operator of Bitwise AND.
Operator that divides two numbers.
Reduce type operator of STRICT EQUAL.
Reduce type operator of EQUAL.
Reduce type operator of Comparison >.
Reduce type operator of Comparison >=.
Reduce type operator of Bitwise LEFT SHIFT <<.
Reduce type operator of Comparison <.
Reduce type operator of Comparison <=.
Reduce type operator of MAX Number.
Reduce type operator of MIN Number.
Operator that subtracts two numbers.
Operator that compute modulo from dividing two numbers.
Reduce type operator of STRICT NON-EQUAL.
Reduce type operator of NON-EQUAL.
Reduce type operator of Boolean OR.
Reduce type operator of Bitwise OR.
Operator that adds two numbers.
Operator that exponentiates two numbers.
Reduce type operator of Bitwise RIGHT SHIFT >>.
Reduce type operator of Bitwise RIGHT SHIFT with zeros >>>.
Operator that multiplies two numbers.
Reduce type operator of Bitwise XOR.
Reduce type operator of EQUAL. Type coercion means that two objects with different types can be equal.