Web Design and Web Development

HTML XML Web Design Development Search Engine Optimization

Scope in JavaScript

Posted on Jul 1, 2006 01:59:25 PM

Scope is one of the foundational aspects of the JavaScript language, and probably the one I’ve struggled with the most when building complex programs. I can’t count the number of times I’ve lost track of what the this keyword refers to after passing control around from function to function, and I’ve often found myself contorting my code in all sorts of confusing ways, trying to retain some semblance of sanity in my understanding Read the rest of this entry »

Tags: ,