pastebin

Paste Search Dynamic
Recent pastes
forEach
  1. ['a', 'b', 'c' , 'e' , 'd' , 'f'].forEach(v => {
  2.   console.log(v);
  3. });
Parsed in 0.002 seconds