0 / 60 seg.

What result does the following code produce?

function myFunction(a, b) {
  return a * b;
}
console.log(myFunction.length);