To add a value to an array, we use the array name, a period, and push(). The value goes inside the parentheses.

Let's take a look at this code that adds "fennel" to the items array.