JavaScript Immediately invoked Function Expression (IIFE)
What is IIFE?
So you have been hearing IIFE and have been wondering, what is this IIFE?
Well, worry no more!
An IIFE (Immediately Invoked Function Expression) is a JavaScript function that runs as soon as it is defined.
How does a normal functions l...
strangedev.hashnode.dev3 min read