703 Views
In this article we'll go back to basics and cover three of the most important functions in functional programming, map, filter, and reduce. All three of these are useful functions for iterating over a list (or array) and doing some kind of transformation or computation.
0 comments