A void anonymous function ![]()
http://www.hedgerwow.com/360/dhtml/js-anonymous-function-patterns.html
{ 2008 05 05 }
Keep It Simple, Stupid
{ 2008 05 05 }
A void anonymous function ![]()
http://www.hedgerwow.com/360/dhtml/js-anonymous-function-patterns.html
秦歌 | 06-May-08 at 9:29 am | Permalink
呵呵,我在写关于js的匿名函数小节时恰好看到这个,太及时了。http://dancewithnet.com/2008/05/07/javascript-anonymous-function/
Phil | 06-May-08 at 3:47 pm | Permalink
I am also inlined to use Pattern 3, which is straightforward. It’s amazing that void operator can be used in such way. I am curious that how you can find that. Try it by yourself or read it somewhere? That’s great!