Understanding the JavaScript Modulo Operator
- Published on
- Reading time
- 3 min read
One of the most commonly-misunderstood operators is Modulo (%). In this tutorial, we'll unpack exactly what this little bugger does, and learn how it can help us solve practical problems