0 / 60 seg.

What is the result of the following code?

function sum(a, b) {
  return a + b;
}
console.log(sum(3, 4));