Cara membuat type data object

Run Settings
LanguageJavaScript
Language Version
Run Command
let cv = { firstName : "Maulana", lastName : "Iqbhal", age : 23, height : 4, fullName : function() { return this.firstName + " " + this.lastName; }, alamat : { desa : "Rejeni", rt : 01, rw : 22 } }; console.log(cv.firstName); console.log(cv.fullName());
Editor Settings
Theme
Key bindings
Full width
Lines