Test case name | Result |
---|---|
Using the spread operator | |
Using Object.assign | |
Using For-In loop | |
Using For-In loop with hasOwnProperty |
Test name | Executions per second |
---|---|
Using the spread operator | 17385104.0 Ops/sec |
Using Object.assign | 12087917.0 Ops/sec |
Using For-In loop | 30974702.0 Ops/sec |
Using For-In loop with hasOwnProperty | 14002033.0 Ops/sec |