JS

Functions in JavaScript - expressions generates a ...

11.

Which of the following expressions generates a random number between 1 and 10?

Math.ceil(Math.random() * 10)

Math.random() + 10

Math.floor(Math.random() * 10) + 1

Math.random() * 10