| 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 | 974725.7 Ops/sec |
| Using Object.assign | 487340.6 Ops/sec |
| Using For-In loop | 421981.5 Ops/sec |
| Using For-In loop with hasOwnProperty | 216233.4 Ops/sec |