Going Functional: Map7 January 2013 by Tomas Brambora - Category: Technical ArticlesLet’s face it: the ‘map’ function (a.k.a. ‘apply-to-all’) is pretty simple. You just pass it an array and a function and it returns an array of results of that function applied to each item. What’s it all about then? Here comes the important bit: the new array will have the same size as the original one. Always. [...] |

