On 7/13/07, Garrett <[EMAIL PROTECTED]> wrote: > For collections, it would be very useful to have a natively-supported > equals() method.
ECMAScript 4 has operator overloading. You can just override the == operator. > It would also be very useful to have native collections. Object and Array > are limited. What limitations are you referring to? ECMAScript 4 adds new Array methods, a new "for each" statement, and probably a standard Dictionary class. -j _______________________________________________ Es4-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es4-discuss
