What is the difference between:
var a = (function() {...});
OR
var a = function() {...};
What are those extra parenthesis doing there?
Thanks!
Aucun commentaire:
Enregistrer un commentaire