Tag:functions
All the articles with the tag "functions".
Higher Order Functions: Filter, Map, Reduce
•1 min readThere are some times we need to iterate an array or dictionary to collect or manipulate values. The easy way is using forin loop, get a value and add or mani...