What code does the while loop run over and over again?
while
var isOn = false;
console.log("Warming up");
console.log("Cooling down");
console.log("Warming up");.