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