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

5 lines
74 B
JavaScript

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