Make sure this while loop repeats its code block while isElectric is equal to true.
while
isElectric
true
Make sure to pick ===, followed by true.
===