map
The map
function can be used to transform the contents of an array. It's functions in a similar way to javascripts Array.prototype.map.
Examples
Simple addition
Extracting nested properties
Fizzbuzz
Given numbers.json
Last updated