When we add a value with push() it's added to the end of the array.

Display the animals array to see the result of adding the value "cow".

Alright! We can see that value "cow" was added to the end of the array.

Make sure to spell animals in your code.