Inside the code block, stop the loop after running its code block by updating keepPlaying to false.
keepPlaying
false
Make sure to pick keepPlaying followed by = and then false, ;.
=
;