Essential Javascript / Basic data types

Run Settings
LanguageJavaScript
Language Version
Run Command
const person = { firstName: "John", lastName: "Doe", log: () => console.log("hello") }; console.log(person.firstName); // -> John console.log(person["lastName"]); // -> Doe person.log(); // -> hello
Editor Settings
Theme
Key bindings
Full width
Lines