Introduction
The map method helps you change every item in a list and get a new list with the changed items.
You want to double every number in a list of prices.
You need to get the names only from a list of people objects.
You want to add a symbol to every word in a list.
You want to convert all temperatures from Celsius to Fahrenheit.