18 07 2013
Hi all, today is another javascript experiment where I use Array’s iteration methods forEach and map to look how call function is implemented and how we can use call to implement something ‘not-standard’. You know often I use forEach or map on an array to execute one method of the instances in this array, e.g., […]