Try this exercise. Fill in the missing part by typing it in.
To update values stored in a hash table based on keys, we can use the method _____________
. This method takes a key and a new value as input and updates the value associated with the key in the hash table.
Write the missing line below.