What's different on % operator on Javascript?
The Mathematical modulo operation
For positive numbers
The modulo operator is used to find the remainder when the dividend is divided by the divisor (dividend/divisor).
Let us say the dividend 'a' and the divisor 'n'. The remainder of a % n is given...
keyboardscript.hashnode.dev3 min read