Content deleted Content added
→Usage: this list needs some sources, we can't just list every syntactic construct... |
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 () { /* ... */ }();
|