Blog
JavaScript – Function.prototype.getCall()
As I was writing jPaq v2.0, one of the things I wanted in quite a few cases were functions in which the this object could be parameterized without using the theFunction.apply() function or the theFunction.call(). Here is an example of what is often done with native prototypal functions: Even though, Read more…