show/hide this revision's text 3 edited tags
show/hide this revision's text 2 grammatical corrections

How do you explain this structure in javascriptJavaScript?

(function() 
 {
     //codehere
 }
)();

what

What is special about this kind of syntax? what What does ()(); imply?

show/hide this revision's text 1

How do you explain this structure in javascript

(function() 
 {
     //codehere
 }
)();

what is special about this kind of syntax? what does ()(); imply?