Great work! The loop checks the condition in the if statement every time it comes around. When the condition is met, it'll break out of the loop.
Don't we want to break?
break