2011/4/26 Lasse Reichstein <reichsteinatw...@gmail.com>:
> In Javascript you can create functions with free variables that aren't defined
> anywhere (yet), because the scope chain is mutable.

In JavaScript there is thing called hoisting, so ever variable that is
defined in the function will be defined at the begining of the
function, the position of the definition doesnt really matter. So I
dont really understand what you mean by this.

-- 
Poetro

-- 
To view archived discussions from the original JSMentors Mailman list: 
http://www.mail-archive.com/jsmentors@jsmentors.com/

To search via a non-Google archive, visit here: 
http://www.mail-archive.com/jsmentors@googlegroups.com/

To unsubscribe from this group, send email to
jsmentors+unsubscr...@googlegroups.com

Reply via email to