Skip to content

Instantly share code, notes, and snippets.

@LeandroLS
Created September 2, 2017 22:31
Show Gist options
  • Save LeandroLS/b0bbd6fd8f8648ea2b13a153b2224168 to your computer and use it in GitHub Desktop.
Save LeandroLS/b0bbd6fd8f8648ea2b13a153b2224168 to your computer and use it in GitHub Desktop.
array js
let listaDeNomes = ['Flávio', 'Rogers', 'Júlia'];
listaDeNomes.forEach(function(item){
console.log(item);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment