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.