hoe to run math.floor and math.random inside a function javascript code example
Example: how to create a random number generator in javascript
console.log(Math.floor(Math.random() * 10))
console.log(Math.floor(Math.random() * 10))