I think it worth a further nod wrt function statements inside of a block statement.
ECMAScript allows syntactic extensions, one such extension is to allow function statements inside of a block statement currently Mozilla is the only vendor (*I think*) that has added this extension - so I would advise against it's use as the behaviour it will inconsistent across browsers. See this explanation on clj http://bit.ly/eu5rqw Cheers, Dave On Feb 7, 7:53 pm, "Dmitry A. Soshnikov" <[email protected]> wrote: > Thanks, Jose! > > On 07.02.2011 22:39, Jose Antonio Perez wrote: > > > > > > > > > Great article Dmitry! > > -- > > To view archived discussions from the original JSMentors Mailman list: > > http://www.mail-archive.com/[email protected]/ > > > To search via a non-Google archive, visit here: > >http://www.mail-archive.com/[email protected]/ > > > To unsubscribe from this group, send email to > > [email protected] -- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/[email protected]/ To search via a non-Google archive, visit here: http://www.mail-archive.com/[email protected]/ To unsubscribe from this group, send email to [email protected]
