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