pastebin

Paste Search Dynamic
Recent pastes
Array from
  1. console.log(Array.from([1, 2, 3, 5, 6],
  2.                                 x => x + x));
Parsed in 0.001 seconds