Immediately invoked function expression: Difference between revisions

Content deleted Content added
m Terminology: punct., style
Line 15:
-function () { … }();
+function () { … }();
void function () { … }(); // Dr. Axel Rauschmayer example
</syntaxhighlight>