Create a JavaScript program that has an array of 10 random values. Then calculate the min, max and average of those numbers using a loop and output it to the screen.
You can use the following code to generate a random number from 0 to 99
Math.floor(Math.random() * 100)