What will be the output of the following code?
console.log(Math.random() * 10);
0
A random number between 0 and 1
10
A random number between 0 and 10