What is (map second '((a 1) (b 2) (c 3))) ?
Answer: B
map returns a list of answers from applying the specified function to each element of the input list.