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