Created
April 12, 2017 21:25
-
-
Save ar2zee/c3e80f1b3242761ef04f50b440d8e2dc to your computer and use it in GitHub Desktop.
for in example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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