0 / 60 seg.

What is the result of the following expression?

const myFunction = () => {
  console.log(arguments);
};
myFunction(1, 2, 3);