first.js 47 Bytes
Newer Older
Timothée Peignier committed
1 2 3
function concat() {
  console.log(arguments);
}