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