Created
April 12, 2017 21:25
-
-
Save ar2zee/c3e80f1b3242761ef04f50b440d8e2dc to your computer and use it in GitHub Desktop.
Revisions
-
Oganesyan Artur created this gist
Apr 12, 2017 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ var array = ['arg' , 'sannya' , 'katya' , 'ukr' ,'etc']; for ( word in array) { console.log(array[word]); }