jeudi 23 mars 2017

What is the difference between var a = (function() {...}); OR var a = function() {};

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