0 / 60 seg.

What is the result of the following code?

const square = x => x * x;
console.log(square(5));