Lim Woojaejaylog.hashnode.devยทOct 24, 2023[JavaScript] Intermediately Invoked Function Expression (IIFE)Introduction In this article, I will be talking about Intermediately Invoked Function Expression (IIFE), and why we need an IIFE. IIFE Syntax Normally, we use a function like this in JavaScript: // function declaration function add(a, b) { retur...JavaScriptIIFEAdd a thoughtful commentNo comments yetBe the first to start the conversation.