On 13 Jun 2014, at 07:26, Isiah Meadows <[email protected]> wrote: > // fat arrow function not implemented in any JS engine AFAIK > var x = [1, 2, 3, 4, 5]; > x = x.map((i) => i*i);
Firefox/Spidermonkey already supports the fat arrow syntax. > I don't know, though, if array comprehensions allow for void returns inside > the functions executed, because I haven't really gone in depth into that part > of the spec. [...] I'll have to check with the mailing list). Indeed - the es-discuss mailing list would be a more appropriate place to provide feedback on the spec. Start here: https://mail.mozilla.org/listinfo/es-discuss Thanks! -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
