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