Last updated 4 years ago
Was this helpful?
An IIFE (Immediately Invoked Function Expression) is a that runs as soon as it is defined.
(function name() { console.log('Hello developers'); })();