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