input.js 53 B

12345678
  1. for (var i of arr) {
  2. }
  3. for (var i of numbers) {
  4. }