A while loop repeats a piece of code while the statement inside the parentheses (()) is true.
Can you create a while loop using the while keyword?
Wahey! The loop stopped at 5 because index wasn't less than 5 anymore.
Not quite! Could it be we need to declare a while loop using while?