output.js 83 B

123456
  1. var _obj;
  2. var obj = (_obj = {
  3. first: "first"
  4. }, _obj[second] = "second", _obj);