Skip to content

Commit 2d8a986

Browse files
Create IIFE.js
1 parent 215a325 commit 2d8a986

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

part5/IIFE.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
(function () {
2+
console.log("Hello!");
3+
})(); // This is the example of IIFE functions

0 commit comments

Comments
 (0)