Articles

Javascript closures

One of the many aspects of Javascript that takes a bit of getting used to is a feature called closures. It can be a bit complicated to explain it but I found a nice article with functioning examples in it. Examples can often explain things much quicker.

Closures for dummies