Iterables and iterators in ECMAScript 6

added by Paul Wheeler
2/26/2015 4:07:16 PM

261 Views

ECMAScript 6 introduces a new interface for iteration, Iterable. This blog post explains how it works, which language constructs consume data via it (e.g., the new for-of loop) and which sources provide data via it (e.g., arrays).


0 comments