| 
  
   Menu 
  × 
      
    × 
      Correct! 
    Exercise:Use the correct Array method to add "Kiwi" to the  
var fruits = ["Banana", "Orange", "Apple"];
@(19);
 
var fruits = ["Banana", "Orange", "Apple"];
fruits.push("Kiwi");
 
var fruits = ["Banana", "Orange", "Apple"];
fruits.push('Kiwi');
 
    Not CorrectClick here to try again. Correct!Next ❯ | 
This will reset the score of ALL 67 exercises.
Are you sure you want to continue?