×
×
Correct!
Use the length property to alert the length of
let txt = "Hello World!";
let x = @(10);
alert(x);
let txt = "Hello World!";
let x = txt.length;
alert(x);
Not CorrectClick here to try again. Correct! |
This will reset the score of ALL 67 exercises.
Are you sure you want to continue?