May 24-26 rough meeting notes
Rick Waldron
waldron.rick at gmail.com
Fri May 27 09:42:12 PDT 2011
I have no intention of bike-shedding, but the following example keeps
popping up:
> Arrow Function/Block:
> function f() {
> a.forEach({| | return 3});
> }
>
...And I wonder if forEach was _only_ used to illustrate an example of the
block lambda syntax? If this was meant to serve as an actual representation
of a real world use case, I would be negligent if I didn't speak up and note
that the use of "a.forEach({| | return 3});" is incorrect. a.forEach(
callback ) returns undefined per spec.
Forgive me if I've misunderstood the use of "forEach" in this example.
Rick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20110527/0215d664/attachment.html>
More information about the es-discuss
mailing list