Skip to main content Accessibility Feedback

IIFE

Add your code inside the IIFE.

Source Code

/**
 * Immediately Invoked Function Expression Boilerplate
 */
(function () {
    // Code goes here...
})();

Find this useful? You can support my work by purchasing an annual membership.