Skip to content Skip to sidebar Skip to footer
Showing posts with the label Iterable

Can I Make An Iterator With A Simple Function? (no Generator Or Symbol.iterator)

I have been trying to make an iterator using a plain function, without a generator or using the Sym… Read more Can I Make An Iterator With A Simple Function? (no Generator Or Symbol.iterator)

What Is The Technical Definition Of A Javascript Iterable And How Do You Test For It?

I've been implementing a useful subclass of the ES6 Set object. For many of my new methods, I … Read more What Is The Technical Definition Of A Javascript Iterable And How Do You Test For It?