Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a new Topic on JavaScript Docs #2335

Open
kumar007ambi opened this issue Oct 2, 2024 · 1 comment
Open

Add a new Topic on JavaScript Docs #2335

kumar007ambi opened this issue Oct 2, 2024 · 1 comment
Labels

Comments

@kumar007ambi
Copy link

kumar007ambi commented Oct 2, 2024

Feature request

Add IIFE Topic on miscellaneous Section

Ok

Summary

IIFE provides encapsulation, allowing you to create private scopes for variables and functions

Examples

(function () {
// …
})();

@simon04
Copy link
Contributor

simon04 commented Oct 10, 2024

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants