Finding a Remainder in Javascript, freeCodeCamp Basic Javascript
Lesson Summary
In this challenge we learn about the remainder operator sometimes confused with modulus. The remainder operator is helpful in revealing even or odd numbers, as well as other important functions such as how much change a machine should give back.