Skip to content

Instantly share code, notes, and snippets.

@Ficheles
Created December 15, 2020 21:53
Show Gist options
  • Save Ficheles/5c04db2725b41a5a4479346555f15fe4 to your computer and use it in GitHub Desktop.
Save Ficheles/5c04db2725b41a5a4479346555f15fe4 to your computer and use it in GitHub Desktop.
// On Load
$(function () {
obj.init();
});
const obj = (function () {
return {
init: function () {},
outra: function (){}
};
})();
@Ficheles
Copy link
Author

exemplo de inicialização de js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment