We use the variable in the condition to decide whether or not the loop should run its code block. For example, (keepGoing === true).
(keepGoing === true)
Make sure to pick keepGoing, followed by ===.
keepGoing
===