Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created June 12, 2020 20:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/a47ab8a9791352b64a106e1a67b90b2f to your computer and use it in GitHub Desktop.
Save parzibyte/a47ab8a9791352b64a106e1a67b90b2f to your computer and use it in GitHub Desktop.
// Definición de función
window.establecerMensaje = function (mensaje) {
console.log("Mensaje: " + mensaje);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment