2018-02-16 20:06:17 -05:00

8 lines
71 B
JavaScript

z = Object.assign({
x
}, y);
z = {
x,
w: Object.assign({}, y)
};