Hacker News new | ask | show | jobs
by icsa 4255 days ago
Killer feature --------------

Not having to write:

for(int i=0; i<n; i++) { ... }

which generally obscures the fact that I'm trying to do a map or fold (e.g. - reduce) operation :).

1 comments

ES5