Re: foreach

Le 16 apr 2013 à 14:49, Jim Barnett a écrit :

> "In cases where the ECMAScript specification does not define the iteration order, the Processor MAY follow any order that it chooses as long as 1) it iterates over the object's own properties only 2) it visits each property once and only once."

It is useful enough, and ensures interoperability, and not too verbose.
Insert "enumerable" before "property", and it will be implementable too :)

			David

Received on Tuesday, 16 April 2013 13:20:48 UTC