The Remainder Operator (%)
Description
The remainder (%) operator returns the remainder after the first operand is divided by the second operand.
It always takes the sign of the first operand.
JavaScript Arithmetic Operators:
The Addition (+) Operator
The Subtraction (-) Operator
The Multiplication (*) Operator
The Division (/) Operator
The Exponentiation (**) Operator
The Remainder (%) Operator
The Increment (++) Operator
The Decrement (--) Operator