Let's add some key-value pairs to the HashMap!

Nice! put() requires a key and a value, which get added to the HashMap.

Are you sure that this is a String-type value?