Skip to content

Instantly share code, notes, and snippets.

@agustinpfs
Created July 7, 2020 16:25

Revisions

  1. agustinpfs created this gist Jul 7, 2020.
    7 changes: 7 additions & 0 deletions funcion-sintaxis.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    function nombre_de_la_funcion(parametro1, parametro2) {
    // código (sentencias)
    }

    //Para invocar:

    nombre_de_la_funcion(argumento1, argumento2)