Object.assign

Run Settings
LanguageJavaScript
Language Version
Run Command
const x = { foo: 'bar' }; const y = Object.assign({}, x); console.log(y); console.log(x===y);
Editor Settings
Theme
Key bindings
Full width
Lines