pastebin

Paste Search Dynamic
Recent pastes
tabuadaDe2
  1. var numeros = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10,11,12,13,14,15];
  2. function tabuadaDe2(item) {
  3.     console.log(item*2);
  4. }
  5. numeros.forEach(tabuadaDe2)
Parsed in 0.003 seconds