Home

Map over a list

library: core language library part: map
[1,2,3].map(e => e + 1);