`obj[ Symbol.iterator ] = function(){ ... }` So, for-of and other iterable stuff will work.
obj[ Symbol.iterator ] = function(){ ... }So, for-of and other iterable stuff will work.