What will be the output of the following code?
console.log(Math.ceil(Math.random() * 100) / 10);
A random number between 0 and 1
A random number between 0 and 100
A random number between 0 and 10
A random number between 0 and 10 with one decimal place