Skip to content

Instantly share code, notes, and snippets.

@luislobo14rap
Created April 2, 2018 23:18
Show Gist options
  • Select an option

  • Save luislobo14rap/ab482a9b5c5b36a12134a1889fa193c9 to your computer and use it in GitHub Desktop.

Select an option

Save luislobo14rap/ab482a9b5c5b36a12134a1889fa193c9 to your computer and use it in GitHub Desktop.
let array = ['a', 'b', 'c'];
array.forEach(function( item, index ){
console.log( item, index );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment