Accessing the 3rd element - 'Orange' - from the 'popsicles' array

Question | May 13, 2017 | nextptr 

The array popsicles has 4 flavors in it:

var popsicles = ['Cherry', 'Lemon', 'Orange', 'Grape'];

enter image description here

Select all the correct choices below that can be used to access the 3rd element - 'Orange' - from array popsicles: