Snippets Collections
// iffe function
(function () {
  //Your code goes here
})();




// adding params to the IFFE

(function (name) {
  console.log(`Greetings ${name}`);
})("David");
star

Mon Apr 29 2024 09:38:20 GMT+0000 (Coordinated Universal Time)

#functions #iffe #self

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension