freeCodeCamp / devdocs

API Documentation Browser
https://devdocs.io
Mozilla Public License 2.0
35.37k stars 2.37k forks source link

Add a new Topic on JavaScript Docs #2335

Open kumar007ambi opened 1 month ago

kumar007ambi commented 1 month ago

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 commented 1 month ago

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