6 lines
83 B
JavaScript
6 lines
83 B
JavaScript
var _obj;
|
|
|
|
var obj = (_obj = {
|
|
first: "first"
|
|
}, _obj[second] = "second", _obj);
|