| 
  
   Menu 
  × 
      
    × 
      Correct! 
    Exercise:Create a loop that runs as long as  
var i = 0;
while (i < 10) {
  console.log(i);
  @(1) = @(1) @(1) @(1);
}
 
var i = 0;
while (i < 10) {
  console.log(i);
  i = i + 2;
}
 
    Not CorrectClick here to try again. Correct!Next ❯ | 
This will reset the score of ALL 67 exercises.
Are you sure you want to continue?