Essential Javascript / Basic data types

Run Settings
LanguageJavaScript
Language Version
Run Command
const cars = ["Model 3", "Leaf", "Bolt"]; console.log("first car:", cars[0]); const mixedTypes = ["string"]; mixedTypes.push(5); console.log("array with mixed types:", mixedTypes);
Editor Settings
Theme
Key bindings
Full width
Lines