input.js 92 B

123456
  1. const x = [];
  2. for (const y of x) {}
  3. const arr = Object.entries(x);
  4. for (const y of arr) {}