IIFE (Immediately invoked Function Expression)
An IIFE (Immediately Invoked Function Expression) is a JavaScript function that runs as soon as it is defined. What does it actually mean? So, IIFE is a design pattern to write functions in JavaScript which runs as soon as we define the function. ...
Feb 25, 20222 min read138
