1 2 3 4 5 6 7 8 9 10 11 12
var x = { x: 12, y: { x: 12, y: "abc", z: function (x) { return a }, abc: 15 }, z: 12 }