This iterable returns never ending: 10,20,30,40,.... Everytime next() is called:

JavaScript Iterables

Home Made Iterable:

The problem with a home made iterable: It does not support the JavaScript for..of statement.