devdocs
devdocs copied to clipboard
Add a new Topic on JavaScript Docs
Feature request
Add IIFE Topic on miscellaneous Section
OkSummary
IIFE provides encapsulation, allowing you to create private scopes for variables and functions
Examples
(function () { // … })();
DevDocs does not author any docs itself. IIFE is covered here https://developer.mozilla.org/en-US/docs/Glossary/IIFE, the glossary is not part of https://devdocs.io/javascript/, though...
Also covered here: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/function
The glossary covers all MDN topics and should not be incorporated into any specific devdoc bundle.