We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Add IIFE Topic on miscellaneous Section
IIFE provides encapsulation, allowing you to create private scopes for variables and functions
(function () { // … })();