Open gaperton opened 7 years ago
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.