in reply to Re^2: printing all elements of arrays
in thread printing all elements of arrays
map is a list-transformer; you give it a block of code and a list, and it applies the code to each element of the list, and returns a list made up of what the code returned for each element.
|
|---|