5 lines
77 B
JavaScript
5 lines
77 B
JavaScript
var obj = function (_obj) {
|
|
_obj["x" + foo] = "heh";
|
|
return _obj;
|
|
}({});
|