Função de invocar imediato JS
(() => {
// statements
})();
Programming Bird
(() => {
// statements
})();
(() => {
/* */
})()
(function() {
/* */
})()