Menu
×
×
Correct!
Exercise:Create a variable called
var x = 5;
var y = 10;
@(3) @(1) = x + y;
@(5)(z);
var x = 5;
var y = 10;
var z = x + y;
alert(z);
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 67 exercises.
Are you sure you want to continue?