Common Javascript Gotchas

If you are a beginner to JavaScript you might find this article quite useful. It mentions a few common JavaScript quirks that you may not understand at first, including: details on the global namespace, the this object, knowing the difference between ECMAScript 3 and ECMAScript 5, asynchronous operations, prototypes, and simple JavaScript inheritance.

Full Article: Common JavaScript “Gotchas” (jblotus.com)

Written on January 20, 2013