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.
2 parents 42494c5 + e738a30 commit f18fcb5Copy full SHA for f18fcb5
1 file changed
challenges/functions-concepts.md
@@ -263,12 +263,6 @@ Hoisting was thought up as a general way of thinking about how execution context
263
})();
264
```
265
266
-```js
267
-(function IIFE() {
268
- console.log("I am an Immediately invoked function");
269
-})();
270
-```
271
-
272
```js
273
+(function IIFE() {
274
console.log("I am an Immediately invoked function");
0 commit comments