Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
bzbarsky
on Feb 25, 2015
|
parent
|
context
|
favorite
| on:
Higher-Order Functions in JavaScript
for..of simply desugars into getting an iterator from the iterable and then iterating it, right?
To compose iterables, you'd presumably work with iterators directly instead of the sugar.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
To compose iterables, you'd presumably work with iterators directly instead of the sugar.