Testing performance of arguments
vs no-arguments
.
Accessing arguments
object is generally slow in modern Javascript engines, as even its mere occurance prevents some of the optimizations (such as avoiding arguments
object creation in the first place).