| 
  
   Menu 
  × 
      
    × 
      Correct! 
    Exercise:Use the  
var fruits = ["Banana", "Orange", "Apple", "Kiwi"];
fruits.splice(@(1), @(1));
 
var fruits = ["Banana", "Orange", "Apple", "Kiwi"];
fruits.splice(1, 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?