Home
Map over a list
JavaScript
library: core language
library part: map
[
1
,
2
,
3
].map(e => e +
1
);