Introduction
Maps store pairs of keys and values. Accessing map values lets you find information quickly using a key.
You want to find a phone number by a person's name.
You need to get a product price using its ID.
You want to check if a username exists in a list.
You want to count how many times a word appears in a text.