Immediately invoked function expression: Difference between revisions

Content deleted Content added
Usage: this list needs some sources, we can't just list every syntactic construct...
AnomieBOT (talk | contribs)
m Dating maintenance tags: {{Cn}}
Line 12:
</syntaxhighlight>
 
There are other ways to enforce a function expression:{{cn|date=September 2022}}
<syntaxhighlight lang="JavaScript">
!function () { /* ... */ }();