Array.prototype.concat vs spread operator vs Push vs For Push| Test case name | Result |
|---|---|
| Array.prototype.concat | |
| spread operator | |
| Push | |
| For Push |
| Test name | Executions per second |
|---|---|
| ✓ For Push | 32,625,150 Ops/sec |
| Push | 30,950,736 Ops/sec |
| spread operator | 28,698,504 Ops/sec |
| Array.prototype.concat | 8,838,685 Ops/sec |