Community

Extending Window To Create A Dynamic Scope Chain For Method Execution In JavaScript

(Ben Nadel) Last week, I talked about using JavaScript’s With keyword in order to create a dynamic scope chain that would form the context of a given function’s execution. As a follow-up to that post, I wanted to try and accomplish the same kind of thing without having to rely on the With keyword.

Read More - Register for Free Membership