Hint: The splice() method takes 2 parameters: the index position to start at, and the number of elements to remove. Remember that array indexes start with 0.
Check Your Code Show Answer Hide Answer