5.1 Remainder operator rem vs. modulo operator mod

In this chapter, we pretend that JavaScript has the following two operators:

  • The remainder operator rem
  • The modulo operator mod

That will help us examine how the underlying operations work.