Test case name | Result |
---|---|
array.slice() | |
array.splice() | |
array.shift() | |
Spread syntax |
Test name | Executions per second |
---|---|
array.slice() | 10141853.0 Ops/sec |
array.splice() | 12222229.0 Ops/sec |
array.shift() | 5769088.0 Ops/sec |
Spread syntax | 11104022.0 Ops/sec |