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