Skip to content

Commit 8d85cd6

Browse files
committed
Added another function-as-expression example
1 parent e78568f commit 8d85cd6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)