Рет қаралды 7,954
Watch the entire #JavaScriptJanuary series from the beginning!
• #JavaScriptJanuary 2020
IIFE = Immediately Invoked Function Expression
It’s a JavaScript function that runs as soon as it is defined. It has no name and is not stored in a variable.
IIFE’s are commonly seen in libraries where the entire code base is wrapped inside of an IIFE. This prevents variables within the library from conflicting with variables outside of the library.
IIFE’s are generally used to avoid declaring variables in the global scope and to create closures.
I'll be releasing a new video every day in January! Stay tuned..
_____________________________________
📚 Learn to CODE in just a FEW months here:
Treehouse Discount Code: treehouse.7eer...
_____________________________________
🛠️ Tools I use:
🟠 Theme: marketplace.vi...
🟠 Font: STACKr Code (Exclusive to my VS Code Course - vsCodeHero.com)
🟠 SuperHero Extension Pack: marketplace.vi...
🚢 Deploy for FREE on Vercel: vercel.com/amb...
_____________________________________
💖 Show support!
PayPal: paypal.me/code...
_____________________________________
Watch Next:
Web Development - Beginners Roadmap (2020) - • Web Developer Roadmap ...
Playlist: Web Development For Beginners - • Web Development - Begi...
_____________________________________
Connect With Me:
Website: www.codestackr.com
Twitter: / codestackr
Instagram: / codestackr
Facebook: / codestackr
_____________________________________
** Affiliate Disclaimer: Some of the above links may be affiliate links, which may generate me a sales commission at no additional cost to you.
#JavaScriptJanuary #31Days31Videos #codeSTACKr