Content deleted Content added
add more ways to enforce a function expression |
→Usage: this list needs some sources, we can't just list every syntactic construct... |
||
Line 12:
</syntaxhighlight>
There are other ways to enforce a function expression:{{cn}}
<syntaxhighlight lang="JavaScript">
!function () { /* ... */ }();
|