The smallest random number

Report a typo

Write the smallest number(integer) that can be generated randomly by the code below:

Math.floor(Math.random() * 15);

Enter a number
___

Create a free account to access the full topic