Test case name | Result |
---|---|
Object.assign var params = { b:"hello", c: true, d:7 }; var other = Object.assign({ a: 2 }, params); var params = { b:"he | |
spread operator |
Test name | Executions per second |
---|---|
Object.assign var params = { b:"hello", c: true, d:7 }; var other = Object.assign({ a: 2 }, params); var params = { b:"he | 6103769.5 Ops/sec |
spread operator | 19474884.0 Ops/sec |