The array only goes up to index 3 so quizAnswers[4] doesn't existThe code uses brackets [ ] to access an element There's no array called quizAnswersThe array doesn't have the var keyword
The array only goes up to index 3 so quizAnswers[4] doesn't exist.