Test case name | Result |
---|---|
Spread operator | |
Array.prototype.reduce() | |
Array.prototype.reduce() without arrow function |
Test name | Executions per second |
---|---|
Spread operator | 3232565.0 Ops/sec |
Array.prototype.reduce() | 4160279.2 Ops/sec |
Array.prototype.reduce() without arrow function | 324410.2 Ops/sec |