Array.prototype.concat vs spread operator vs Push vs Array.prototype.push.apply| Test case name | Result |
|---|---|
| Array.prototype.concat | |
| spread operator | |
| Push | |
| Array.prototype.push.apply |
| Test name | Executions per second |
|---|---|
| ✓ Push | 8,997,240 Ops/sec |
| Array.prototype.concat | 8,773,582 Ops/sec |
| Array.prototype.push.apply | 7,719,810 Ops/sec |
| spread operator | 7,072,348 Ops/sec |