function dime(){ acciones() } function acciones(){ //lo q desees } mi_btn.addEventListener("click",dime);