Answer

Answer

t.me/js_test

Ответ:

{}

Код:

const someFunc = function three() {
  return arguments
}

console.log(someFunc())

Report Page