I want to traverse through JavaScript object\'s property
var obj = { a: \'value1\', b: \'value2\', c: \'value3\', d: \'va
var temp= {"6s","vikash","500"}; console.log([...temp]); //["6s","vikash","500"]