⭕binary arithmetic operator
JS ⟩ statement ⟩ expression ⟩ operator ⟩ arithmetic ⟩ binary
binary arithmetic operators
➕ remainder (%) -
r
has same sign asa
.💾 modulo(a, b) -
r
has same sign asb
.💾 mod(a, b) - remainder in math ()
other topics
Last updated