Variables created outside of a loop are also accessible inside the loop.

Can you use counter to display 1 through 4?

Great job! We can reuse a variable created outside of a loop each time the loop runs a piece of code.

Close! Is it possible we need to declare counter before using it?