ES6 Destructuring

Run Settings
LanguageJavaScript
Language Version
Run Command
var {foo: a, bar: b} = {foo: 2, bar: 3, baz: 4}; console.log(`foo: ${a}, bar: ${b}`);
Editor Settings
Theme
Key bindings
Full width
Lines