5 lines
77 B
JavaScript

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