Skip to content

Commit

Permalink
fix typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
creator1134 authored Oct 1, 2018
1 parent defd5c8 commit 5aaf808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ obj1.myMethod(); // will print "Hi there" following with obj1.
## Question 26. What is IIFE (Immediately Invoked Function Expression) and how it can be useful?
### Answer
#### Definition
IIFE a function that runs as soon as it's defined. Usually it's anonymous (doesn't have a function name), but it also can be named. Here's an exmaple of IIFE:
IIFE a function that runs as soon as it's defined. Usually it's anonymous (doesn't have a function name), but it also can be named. Here's an example of IIFE:

```javascript
(function() {
Expand Down

0 comments on commit 5aaf808

Please sign in to comment.