Skip to content

Commit 379ed93

Browse files
committed
add note
1 parent a21aeb5 commit 379ed93

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ Collection JavaScript goodies
44
<img src="https://img.shields.io/badge/JavaScript-Goodies-Blue" alt="JS-Goodies" />
55

66
🔎 [IIFE](https://github.com/ekaone/JavaScript-Goodies/blob/master/iife.js)
7+
```js
8+
(function() {
9+
// ...
10+
})();
11+
12+
(() => {
13+
// ...
14+
})();
15+
16+
```
717

818
🔎 [Map](https://github.com/ekaone/JavaScript-Goodies/blob/master/map.js)
919

0 commit comments

Comments
 (0)