var person={ first name:"Raza" last name: "Ali", phone:"428-860-9137" }; for (var property in parson) { console.log(property,":",parson[property]) }