Prev: FAQ Topic - How do I access a property of an object using a string? (2010-04-06)
Next: detect exiting the website
From: Dmitry A. Soshnikov on 6 Apr 2010 06:00 The next translation is available: "ECMA-262-3 in detail. Chapter 5. Functions." http://dmitrysoshnikov.com/ecmascript/chapter-5-functions/
From: Ivan S on 6 Apr 2010 07:47 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 6 Apr 2010 07:55
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. |