Array.prototype.concat vs push with spread operator vs spread operator| Test case name | Result |
|---|---|
| Array.prototype.concat | |
| push with spread operator | |
| spread operator |
| Test name | Executions per second |
|---|---|
| ✓ push with spread operator | 24,911,214 Ops/sec |
| spread operator | 16,170,172 Ops/sec |
| Array.prototype.concat | 7,542,472 Ops/sec |