| Test case name | Result |
|---|---|
| for with init array | |
| for with init length and array | |
| for ... of | |
| .map | |
| .forEach |
| Test name | Executions per second |
|---|---|
| for with init array | 403.5 Ops/sec |
| for with init length and array | 392.2 Ops/sec |
| for ... of | 184.8 Ops/sec |
| .map | 101.2 Ops/sec |
| .forEach | 96.4 Ops/sec |