The index we want to insert the value at comes first, then the value. insert(1, "chocolate") adds a value in the second position.

Make sure to pick insert followed by 1 and then ,, "chocolate".