0 / 60 seg.

What is the result of the following expression?

const add = (a, b) => a + b;
console.log(add(2, 3, 4));