math.floor(math.random() * 300) + 50 code example
Example: math.floor + roandom
//Write the following code to get a random number between 1 and 10
const result = Math.floor(Math.random()*(10)+ 1);
//Write the following code to get a random number between 1 and 10
const result = Math.floor(Math.random()*(10)+ 1);