Array.prototype.concat vs spread operator vs Spread operator with push| Test case name | Result |
|---|---|
| Array.prototype.concat | |
| spread operator | |
| Spread operator with push |
| Test name | Executions per second |
|---|---|
| ✓ Array.prototype.concat | 15,766 Ops/sec |
| spread operator | 2,593 Ops/sec |
| Spread operator with push | 789 Ops/sec |