I want to traverse through JavaScript object\'s property
var obj = { a: \'value1\', b: \'value2\', c: \'value3\', d: \'va
for(let i = 0; i < Object.entries(dog).length; i++){ this.temp.push(Object.entries(dog)[i]); }