Immediately Invoked Function Expression(IIFE) in JavaScript
Function Declarations vs. Function Expressions
Before we jump into immediately-invoked function expressions (IIFE), let's make sure we're on the same page regarding the differences between function declarations and function expressions.
A function de...
chibuezechukwuka.dev6 min read