There's another way to replace, or update, values in a dictionary. As always, we need a key.

Do you have one by any chance?

Simple, isn't it? Remember, though: Dictionaries have keys, arrays have indices.

Whoops! Maybe we need to use updateValue() along with a key we defined in the dictionary?