0 / 60 seg.

What is the result of the following expression?

function add(a, b) {
  console.log(a + b);
}add(2, 3, 4);