Alexey
Member since Jun 18, 2013
- Profile: /members/10992-alexey.htm
- Comments: 1
Recent Blog Comments By Alexey
-
Using Named Functions Within Self-Executing Function Blocks In Javascript
Posted on Jun 18, 2013 at 8:40 AM
Hi Ben, you forgot to mention the most important thing for named self-executing functions - they can be referenced by name ONLY inside their execution context (which is parens in this case), it means to be called by name only inside itself, recursively. Exactly the case you described.... read more »