forEach vs for ofFastest: for of (27.5x faster)
1,162,324 ops/sec
42,277 ops/sec
Results show median performance across all community submissions. Run this benchmark yourself to verify on your device.
| Test case name | Result |
|---|---|
| forEach | |
| for of |
| Test name | Executions per second |
|---|---|
| ✓ for of | 1,819,680 Ops/sec |
| forEach | 99,892 Ops/sec |