Menu
×
×
Correct!
Exercise:Fix the if statement to alert "Hello World" if
@(2) (x @(1) y) {
alert("Hello World");
} @(4) {
alert("Goodbye");
}
if (x > y) {
alert("Hello World");
} else {
alert("Goodbye");
}
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 67 exercises.
Are you sure you want to continue?