IIFE - waltdakind/FreeCodeCamp GitHub Wiki

IIFE Initialism for Immediately Invoked Function Expression

Keep your data inside the closure!

(function(){
  //add your magic here
})();
⚠️ **GitHub.com Fallback** ⚠️