Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

Self Invoking Function Tip

(function(a)
{/*function's code*/
}(“aaaaa”)
/*the second brackets/parentheses (the one with "aaaaa") is actually invoking the function and setting the value of a the parameter*/
 
PREVIOUS NEXT
Tagged: #Self #Invoking #Function #Tip
ADD COMMENT
Topic
Name
3+5 =