We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e78568f commit 8d85cd6Copy full SHA for 8d85cd6
1 file changed
doc/en/function/scopes.md
@@ -220,6 +220,7 @@ which, while different in syntax, behave the same way.
220
!function(){}()
221
+function(){}()
222
(function(){}());
223
+ void function(){}();
224
// and so on...
225
226
### In Conclusion
0 commit comments