I have to refactor a web app legacy. They use modules in this way:
myApp = (function(){})();
I understand that in this way the module is used as a space name, since even to use another module they do this:
myApp = (function(){ otroModulo....
asked by
01.12.2017 / 13:33