Skip to content

Commit 6e85078

Browse files
committed
Merge pull request BonsaiDen#321 from shakvaal/patch-4
Added another function-as-expression example
2 parents 4702f4a + 8d85cd6 commit 6e85078

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/en/function/scopes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ which, while different in syntax, behave the same way.
220220
!function(){}()
221221
+function(){}()
222222
(function(){}());
223+
void function(){}();
223224
// and so on...
224225

225226
### In Conclusion

0 commit comments

Comments
 (0)