Articles

Strict mode in JavaScript

JavaScript wasn't originally created as a full-fledged programming language. It's original purpose was to add some interactivity to web…

JavaScript closures, explained

Closures are a concept that puzzle many JavaScript developers, even after reading the zillion articles that have been written about the…