Essential Javascript / Basic data types

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