โญbinary arithmetic operator
JS โฉ statement โฉ expression โฉ operator โฉ arithmetic โฉ binary
๐ table of operators
binary arithmetic operators
โ add/concate (+)
โ division (/)
โ remainder (%) -
r
has same sign asa
.๐พ modulo(a, b) -
r
has same sign asb
.๐พ mod(a, b) - remainder in math ()
other topics
โ๏ธ remainder vs. modulo vs. mod
Last updated
Was this helpful?