I'm familiar with Array.prototyp.map functionality and I've ran into
problems with it when attempting double assignments (eg. a=a.map(...)) or
when omitting the RETURN keyword (eg . a.map((x)=>{1}) !=
a.map((x)=>{return 1})I feel it needs cleaning up a bit, which is why I made such suggestion. -- Abdul S.
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

