Well done!
You have completed Review while, do...while, and Loop Conditions!
Quiz Question 1 of 6
Given the code below, what will print to the console?
while (false) {
console.log('Hello');
}
console.log('Goodbye');
Choose the correct answer below: