What is the result of the following code?
const square = x => x * x; console.log(square(5));
25
30
10
5