Introduction
Map (also called collect) helps you change each item in a list to something new, making a new list with these changed items.
When you want to add 1 to every number in a list.
When you want to turn a list of names into a list of greetings.
When you want to get the length of each word in a list.
When you want to change all temperatures from Celsius to Fahrenheit.
When you want to make all words uppercase in a list.