0 / 60 seg.

What is the result of the following code?

function multiply(a, b) {
  return a * b;
}
console.log(multiply(2));