I have come across this code in a js file.
It uses the function constructor in a way I have never seen.
Can someone explain what is happening here?
Thanks
(function(){
...lines of code...
} ) ();
It uses the function constructor in a way I have never seen.
Can someone explain what is happening here?
Thanks
(function(){
...lines of code...
} ) ();
Comment