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