We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c44587 commit 801e42dCopy full SHA for 801e42d
async.js
@@ -60,5 +60,6 @@ async function getAPIData() {
60
console.log("Getting Data - 4...");
61
await api(4);
62
}
63
+getAPIData();
64
-getAPIData();
65
+// IIFE
0 commit comments