use a `for` loop and `Math.random()` to log 10 random numbers in the browser console javascript code example Example: javascript random number between 0 and 10 Math.floor(Math.random() * 10);