Math operator part 4
The Modulus
Modulus (%) operator returns the division remainder (what is left over).
In JavaScript, the modulus operator is used not only on integers, but also on floating point numbers.
What is the result of using modulus operator for 38%5?
Comments
Post a Comment