input.js 52 B

12345
  1. let elm;
  2. for (elm of array) {
  3. console.log(elm);
  4. }