4 lines
69 B
JavaScript
4 lines
69 B
JavaScript
var _obj;
|
|
|
|
var obj = (_obj = {}, _obj["x" + foo.bar] = "heh", _obj);
|