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