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 | 34,011,628 Ops/sec |
| Array.prototype.push.apply | 25,752,982 Ops/sec |
| Array.prototype.concat | 16,399,235 Ops/sec |
| spread operator | 10,340,824 Ops/sec |