Inside the for loop, use the counter variable i to display "Round " + i in the console.
for
i
"Round " + i
Make sure to pick "Round ", followed by +, and finally i.
"Round "
+