Ejecución inmediata de una función

(function () {
    console.log('Welcome to JavaScript world')
})();
Gorgeous Gazelle