We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6989312 commit f9f77a1Copy full SHA for f9f77a1
1-js/06-advanced-functions/04-var/article.md
@@ -256,11 +256,11 @@ There exist other ways besides parentheses to tell JavaScript that we mean a Fun
256
```js run
257
// Ways to create IIFE
258
259
-(function() {
+*!*(*/!*function() {
260
alert("Parentheses around the function");
261
}*!*)*/!*();
262
263
264
alert("Parentheses around the whole thing");
265
}()*!*)*/!*;
266
0 commit comments