Nice work! We used i++ to add a 1 to the counter variable to make sure that the while loop eventually stops.
i++
1
We'll need to create the variable outside of the loop and add 1 to it by using i++ inside the loop.