From: Dmitry A. Soshnikov on
The next translation is available:

"ECMA-262-3 in detail. Chapter 5. Functions."

http://dmitrysoshnikov.com/ecmascript/chapter-5-functions/
From: Ivan S on
On Apr 6, 12:00 pm, "Dmitry A. Soshnikov" <dmitry.soshni...(a)gmail.com>
wrote:
> The next translation is available:
>
> "ECMA-262-3 in detail. Chapter 5. Functions."
>
> http://dmitrysoshnikov.com/ecmascript/chapter-5-functions/

One tip: use "type of functions" instead of "kind of functions". ;)
From: Dmitry A. Soshnikov on
On Apr 6, 3:47 pm, Ivan S <ivan.sku...(a)gmail.com> wrote:
> On Apr 6, 12:00 pm, "Dmitry A. Soshnikov" <dmitry.soshni...(a)gmail.com>
> wrote:
>
> > The next translation is available:
>
> > "ECMA-262-3 in detail. Chapter 5. Functions."
>
> >http://dmitrysoshnikov.com/ecmascript/chapter-5-functions/
>
> One tip: use "type of functions" instead of "kind of functions". ;)

I wanted to use it first, but then thought that the word "type" could
be confused with object "types". But I also like "type" in this case
better than "kind". If it is OK, I'll change.

Dmitry.