Once the array is created, we can add a value to it. For that, use the array name followed by .append() with the value in the parentheses.
.append()
Wanna give it a try?
Hurrah! We add a value to to our friends array with .append().
friends