Running the code
animals = [ 'dog', 'cat', 'cow', 'pig' ]
favoriteAnimal = animals[2]
will give a result of
"cow"
5.6m questions
7.3m answers