Menu
×
×
Correct!
Exercise:Choose the correct comparison operator to alert
x = 10;
y = 10;
alert(x @(2) y);
x = 10;
y = 10;
alert(x == y);
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 67 exercises.
Are you sure you want to continue?