let coord = { "x": 256, "y":125, "z":584} for (let c in coord) { alert(c+" : "+coord[c]); } --- Résultat --- x : 256 y : 125 z : 584