🔰IIFE

Immediately-Invoked Function Expression

JSconceptsexpressionfunction expression ⟩ IIFE

a closure (or IIFE) can be used to create a scope to hide variables/functions.

Last updated

Was this helpful?