joseanpg
Member since Jan 17, 2012
- Profile: /members/9499-joseanpg.htm
- URL: http://joseanpg.net
- Comments: 1
Recent Blog Comments By joseanpg
-
Trying To Mimic LET Functionality In JavaScript Using Self-Executing Functions
Posted on Jan 17, 2012 at 2:23 PM
Great post Ben, but I think that using Function.prototype.call may mislead readers, it isn't the key point in your post. Moreover, the sentence "we're binding the execution context" isn't true. The "Execution Context" is defined in ES specification section 10.3 (see ... read more »