In ES6, an iterable is an object that allows for... of, and has a Symbol.iterator key.
for... of
Arrays are iterables, as are Sets and Maps. The question is: are
Symbol.iterator support for NodeList, HTMLCollection, DOMTokenList, and DOMSettableTokenList was discussed and added to the WHATWG's DOM spec last year.
Symbol.iterator
NodeList
HTMLCollection
DOMTokenList
DOMSettableTokenList