File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -63,13 +63,13 @@ async function getAPIData() {
6363getAPIData ( ) ;
6464
6565// IIFE => Instant Code Execution...
66- ( async function ( ) {
67- console . log ( "IIFE => Getting Data - 1..." ) ;
68- await api ( 1 ) ;
69- console . log ( "IIFE => Getting Data - 2..." ) ;
70- await api ( 2 ) ;
71- console . log ( "IIFE => Getting Data - 3..." ) ;
72- await api ( 3 ) ;
73- console . log ( "IIFE => Getting Data - 4..." ) ;
74- await api ( 4 ) ;
75- } ) ( ) ;
66+ // (async function () {
67+ // console.log("IIFE => Getting Data - 1...");
68+ // await api(1);
69+ // console.log("IIFE => Getting Data - 2...");
70+ // await api(2);
71+ // console.log("IIFE => Getting Data - 3...");
72+ // await api(3);
73+ // console.log("IIFE => Getting Data - 4...");
74+ // await api(4);
75+ // })();
You can’t perform that action at this time.
0 commit comments