Menu
×
×
Correct!
Exercise:Fix the if statement to alert "Hello World" if
if (x > y) {
alert("Hello World");
} else {
alert("Goodbye");
}
Not CorrectClick here to try again. Correct!Next ❯(x y) { alert("Hello World"); } { alert("Goodbye"); } |