intizlize math.random code example
Example: get random numbers javascript
//Write the following code to get a random number between 0 and n
Math.floor(Math.random() * n);
//Write the following code to get a random number between 0 and n
Math.floor(Math.random() * n);