1

What is the purpose of declaring a function (an IIFE) like the following :

// note the leading ;
;(function (params) {
     //...
})(123)

My question is specifically about the leading ;.

I found this in the semantic-ui repository.

nha
  • 16,863
  • 11
  • 86
  • 120

0 Answers0