Quote:
Originally Posted by cbkbud
if ( func( "blah" ) )
vs.
this.funct = func();
if ( this.funct( "blah" ) )
Any other uses?
That doesn't make any sense to me.
|
Quote:
Originally Posted by Rapidwolve
I honestly think this is useless and is just causing confusion. I get it, but at the same time it still confuses me
|
If you do not understand the use of them, I suggest that you learn JavaScript and use them there.
They are very useful for controlling functions at execution time, and they are a lot more organised in event-driven system.