Understanding Closures in Javascript
Closures are a common point of confusion for the JavaScript-uninitiated. Recently, a came across a couple-years-old post on the topic. I think it covers the subject well: check out Angus Croll’s “Understanding JavaScript Closures”.