Must read for any serious JavaScript based developer. Whether it's jQuery, Mootools or Dojo this reference for learning shorthand JavaScript coding techniques. (more…)
Read more »
After three years working on JavaScriptCore (JSC), I recently had the opportunity to work on optimizing one of our standard library functions for the first time. (more…)
Read more »
No JavaScript frameworks were created during the writing of this article.
Read more »
A closure is the combination of a function bundled together (enclosed) with references to its surrounding state (the lexical environment). In other words, a closure gives you access to an outer function’s scope from an inner function. In JavaScript, closu... (more…)
Read more »