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.
本文档使用 BookStack 构建