we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
showing results for - "iife syntax"
Ricky
10 May 2020
1(function () {
2  // some initiation code
3  let firstVariable;
4  let secondVariable;
5})();
6
7// firstVariable and secondVariable will be discarded after the function is executed.
similar questions
queries leading to this page
iife syntax