1 (function(window){2 window.FF = {3 'getName':function() {4 return 'Mi nombre es FF';5 }6 }7 }(this))8 9 alert(FF.getName());
Enlace
El enlace para compartir es:
1 (function(window){2 window.FF = {3 'getName':function() {4 return 'Mi nombre es FF';5 }6 }7 }(this))8 9 alert(FF.getName());