object array

Run Settings
LanguageJavaScript
Language Version
Run Command
let user = { name: { firstName: "Harry", lastName: "Potter", }, th: { age: 20, isMuggle: false, stuff: ["Magic Wind", "Flying Car", "Owl"], } }; console.log("Hallo, nama saya " + user.name + " " + user.stuff); console.log("Umur saya " + user.th.age + " tahun");
Editor Settings
Theme
Key bindings
Full width
Lines