Skip to content

Commit 801e42d

Browse files
committed
IIFE
1 parent 3c44587 commit 801e42d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

async.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,6 @@ async function getAPIData() {
6060
console.log("Getting Data - 4...");
6161
await api(4);
6262
}
63+
getAPIData();
6364

64-
getAPIData();
65+
// IIFE

0 commit comments

Comments
 (0)