Skip to content

Instantly share code, notes, and snippets.

@ar2zee
Created April 12, 2017 21:25
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 ar2zee/c3e80f1b3242761ef04f50b440d8e2dc to your computer and use it in GitHub Desktop.
Save ar2zee/c3e80f1b3242761ef04f50b440d8e2dc to your computer and use it in GitHub Desktop.
for in example
var array = ['arg' , 'sannya' , 'katya' , 'ukr' ,'etc'];
for ( word in array) {
console.log(array[word]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment