In this paper, I present a set of techniques that enable command execution within the Spidermonkey JS Engine given a relative read/write... (more…)
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 »
Unless you have a time machine or a TARDIS, it's pretty rare to have solid documentation in place before an open source project is released! While we're getting close to a beta release with the Intern 4 and while we still have a fair amount of documentati... (more…)
Read more »
Constants, globals and nested object namespacing, by convention, use all UPPERCASE for those variable names.
also removed an extra line space from line 142. (more…)
Read more »