How can we access "Potato" in the following array?

veggies[0];veggies[1];veggies[2];veggies["Potato"];

Well done! Arrays are zero-indexed, which means the element in the pole position has an index of 0.

Not quite! Arrays are zero-indexed, which means the element in the pole position has an index of 0.