Menu
×
×
Correct!
Exercise:Use the length property to alert the length of
let txt = "Hello World!";
let x = txt.length;
alert(x);
Not CorrectClick here to try again. Correct!Next ❯let txt = "Hello World!"; let x =; alert(x); |