Skip to content

Instantly share code, notes, and snippets.

@Chesare22
Last active September 10, 2020 18:28
Show Gist options
  • Save Chesare22/cf71c57853d758ab570d1cd3a0fe5844 to your computer and use it in GitHub Desktop.
Save Chesare22/cf71c57853d758ab570d1cd3a0fe5844 to your computer and use it in GitHub Desktop.
// Función anónima
function(/* parámetros */) {
/* cuerpo */
}
// Función flecha
(/* parámetros */) => {
/* cuerpo */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment