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