2014-09-29 03:43:21 +10:00

6 lines
100 B
JavaScript

var obj = function (obj) {
obj["x" + foo] = "heh";
obj["y" + bar] = "noo";
return obj;
}({});