Kendrick wants to create a special generic function that allows him to process and transform all the items in a slice of any type, without using an explicit for loop. This type of function is known as a map function.
Kendrick has already written part of the code for his Map() function, however, he needs your help to finish the implementation of the Map() function and also to make Map() a generic function that can take and return a slice of any type.