Enough JavaScript to get you Started : #19 IIFE✨
IIFE ✨
👉 IIFE or immediately invoked functions as expressions simply refers to a function which runs as soon as it is defined.
👉 Which means if you have to write a function which runs in beginning of your web app , you can use IIFE.
👉 in early d...
adarshpandya.hashnode.dev2 min read