Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created September 24, 2019 15: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/bebaeb77087584e5a6cacd3697db5646 to your computer and use it in GitHub Desktop.
Save parzibyte/bebaeb77087584e5a6cacd3697db5646 to your computer and use it in GitHub Desktop.
// https://parzibyte.me/blog
const canciones = [
"Hang onto yourself",
"Go your own way",
"Modern Love",
];
canciones.forEach(function(cancion) {
console.log("Canción dentro de función anónima: ", cancion);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment