Now that we know how to add values, how might we be able to replace one?

Fantastic! We can replace a value by storing a new value at a position that already exists.

Psst: var_dump() is a so-called function that displays information about a variable. It allows us to see the whole array.

Might it be that we need to provide a position that exists?