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