IIFE in Js
An IIFE (Immediately Invoked Function Expression) is a JavaScript function that runs as soon as it is defined.
#It is a design pattern which is also known as a Self-Executing Anonymous Function and contains two major parts:
The first is the anonymou...
frontendblogs.hashnode.dev1 min read