We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42494c5 commit e738a30Copy full SHA for e738a30
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