is
==
===
isnt
!=
!==
not
!
and
&&
or
||
true
yes
on
false
no
off
@
this
of
in
a ** b
Math.pow(a, b)
a // b
Math.floor(a / b)
a %% b
(a % b + b) % b