Array.prototype.concat vs Spread operatorFastest: Array.prototype.concat (2.2x faster)
248,740 ops/sec
115,261 ops/sec
Results show median performance across all community submissions. Run this benchmark yourself to verify on your device.
| Test case name | Result |
|---|---|
| Array.prototype.concat | |
| Spread operator |
| Test name | Executions per second |
|---|---|
| ✓ Array.prototype.concat | 319,415 Ops/sec |
| Spread operator | 178,494 Ops/sec |