obj-target.js 190 B

1234567891011121314151617181920212223242526
  1. function fn() {
  2. x.y.z.w = 4;
  3. a[s[d[f]]] = 5;
  4. this.that.the.other = 9;
  5. c[n][b][t][y] = 8;
  6. g[lol + 3] = 7;
  7. fn()[j].k;
  8. 'string'.toLowerCase();
  9. (i > u ? p : k)[h].m
  10. }