Inside the code block, we make the condition return false and stop the loop by incrementing the counter variable. Try it with counter += 1.
false
counter += 1
Make sure to type counter += 1.