Archive for January, 2011
Closures in JavaScript
I often find that all the great goodies that JavaScript comes with literally leaves me groping for equivalent luxury in other programming languages. One such super cool concept is that of ‘closure’. So, what’s a closure? The term closure has several meanings depending on the context it’s being used in. In computer science, in simplest [...]
