Can you get these lines to display a random number between 0 and 10?

Perfect! We declare random and give it a random value between 0 and 1. Then we multiply it by 10, round it and display it in the console.

Whoops! We declare random and give it a random value between 0 and 1. Then we multiply it by 10, round it and display it in the console.