We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a21aeb5 commit 379ed93Copy full SHA for 379ed93
README.md
@@ -4,6 +4,16 @@ Collection JavaScript goodies
4
<img src="https://img.shields.io/badge/JavaScript-Goodies-Blue" alt="JS-Goodies" />
5
6
🔎 [IIFE](https://github.com/ekaone/JavaScript-Goodies/blob/master/iife.js)
7
+```js
8
+(function() {
9
+ // ...
10
+})();
11
+
12
+(() => {
13
14
15
16
+```
17
18
🔎 [Map](https://github.com/ekaone/JavaScript-Goodies/blob/master/map.js)
19
0 commit comments