359 Views
EcmaScript 2015 (formerly known as ES6) introduces a brand new concept of iterators which allows us to define sequences (limited and otherwise) at the language level. Let us break it down a bit. We are all very well familiar with the basic for loop and most of us know its less popular cousin for-in.
0 comments