4 lines
66 B
JavaScript
4 lines
66 B
JavaScript
"use strict";
|
|
|
|
Object.assign({ x: x }, y, { a: a }, b, { c: c });
|
"use strict";
|
|
|
|
Object.assign({ x: x }, y, { a: a }, b, { c: c });
|