Let's try it with a different example.

Add "cow" to the animals array. Use the array name, a period, and push with the value "cow" inside parentheses.

We need to use the array name, a period, and push() with the value inside to add a value to an array.