Ver originalfunction llamar(unaFuncion) { unaFuncion("dablin");}function saludar(nombre) { alert("Hola, " + nombre + "!");} llamar(saludar);