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