Y
Hacker News
new
|
ask
|
show
|
jobs
by
decentralised
2203 days ago
I think the parseInt example is more of a gotcha of point-free syntax. Normally it would be written as ['1','7','11'].map(e => parseInt(e))