it wants to splice arr1 to a copy aray of arr2. so i set the index to 0 to so the first element go to index 0. array index 1 moves to index 1 and third element goes to index 2 . because the computer reads the first element of the array at index 0 not 1. i used the console log and it counted from 1-6 which shhould pass the test.