Content deleted Content added
Yoshi24517 (talk | contribs) |
add more ways to enforce a function expression |
||
Line 19:
+function () { /* ... */ }();
void function () { /* ... */ }();
delete function () { /* ... */ }();
typeof function () { /* ... */ }();
await function () { /* ... */ }();
</syntaxhighlight>
|