| 
  
   Menu 
  × 
      
    × 
      Correct! 
    Exercise:Change the first item of cars to "Ford". 
var cars = ["Volvo", "Jeep", "Mercedes"];
@(7) = "Ford";
 
var cars = ["Volvo", "Jeep", "Mercedes"];
cars[0] = "Ford";
 
    Not CorrectClick here to try again. Correct!Next ❯ | 
This will reset the score of ALL 67 exercises.
Are you sure you want to continue?