1

What is - if there is any - the difference between these two pieces of code:

(function(){
  // code
});

AND

(function(){
  // code
})();
yossi
  • 2,883
  • 7
  • 42
  • 61

0 Answers0