!=
OperatorNEqWithTypeCoercion
!==
OperatorNEqStrict
%
OperatorModulo
&
OperatorAndBitwise
&&
OperatorAnd
*
OperatorTimes
**
OperatorPow
+
OperatorPlus
-
OperatorMinus
/
OperatorDiv
<
OperatorLess
<<
OperatorLeftShiftBitwise
<=
OperatorLessEq
==
OperatorEqWithTypeCoercion
===
OperatorEqStrict
>
OperatorGreater
>=
OperatorGreaterEq
>>
OperatorRightShiftBitwise
>>>
OperatorRightShiftZeroFillerBitwise
^
OperatorXorBitwise
|
OperatorOrBitwise
||
OperatorOr