A function that executes the mapFunc function on each item in items and then concatenates the results.
mapFunc
items
The items to be concatenated.
The function used to concatenate the items.
A function that executes the
mapFuncfunction on each item initemsand then concatenates the results.