> On Jul 25, 2016, at 4:38 PM, John Lenz <[email protected]> wrote: > > Yes, but at the cost of being able to reason / declare what kind of object is > actually required. But, I'm sure there is nothing that can be changed here.
The kind of object that is required is one that implements the Iterable interface (i.e., has a Symbol.interable method that returns an object that implements the Iterator interface). What is unclear about that? _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

