Test case name | Result |
---|---|
Using Array.prototype length all the time | |
Caching the value of Array.prototype.length |
Test name | Executions per second |
---|---|
Using Array.prototype length all the time | 9231.5 Ops/sec |
Caching the value of Array.prototype.length | 18509.3 Ops/sec |