Test name | Executions per second |
---|---|
merge | 226649.4 Ops/sec |
set a value | 74262248.0 Ops/sec |
let obj1 = { first: 'first', second: 'second', third: 'third' };
const obj2 = { fourth: 'fourth' };
obj1 = {
obj1,
obj2,
};
let obj1 = { first: 'first', second: 'second', third: 'third' };
obj1.fourth = 'fourth';