zane
Member since Dec 19, 2013
- Profile: /members/11489-zane.htm
- Comments: 1
Recent Blog Comments By zane
-
Using JavaScript's With Keyword To Create A Dynamic Scope Chain For Method Execution
Posted on Dec 19, 2013 at 4:26 PM
so basically the "with" block creates a second execution context and then adds the implementation of getFooMethod which returns foo. does that sound right? so like after the call to getFoo() there is two executing contexts? one for the normal closure of returning the function and another ... read more »