Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created September 24, 2019 15:14
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/92f00df3d0924045030715897536453c to your computer and use it in GitHub Desktop.
Save parzibyte/92f00df3d0924045030715897536453c to your computer and use it in GitHub Desktop.
// Primer ejemplo, definiendo una función y luego pasándola a forEach
const funcionQueRecorre = function(cancion) {
console.log("Tenemos una canción: ", cancion);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment