Skip to content

Commit e738a30

Browse files
authored
Removing duplicate IIFE example
1 parent 42494c5 commit e738a30

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

challenges/functions-concepts.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -263,12 +263,6 @@ Hoisting was thought up as a general way of thinking about how execution context
263263
})();
264264
```
265265

266-
```js
267-
(function IIFE() {
268-
console.log("I am an Immediately invoked function");
269-
})();
270-
```
271-
272266
```js
273267
+(function IIFE() {
274268
console.log("I am an Immediately invoked function");

0 commit comments

Comments
 (0)