Immediately Invoked Function Expression (IIFE)
Immediately Invoked Function Expression (IIFE)
An IIFE is a JavaScript function that is executed as soon as it is defined. It can also be referred to as Self-Executing Anonymous Function. It is basically a function that is defined inside a parenthesi...
stephen-ibe.hashnode.dev1 min read
Jenny Kibiri
Software Engineer
That is clear explanation ..