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