Skip to content

Instantly share code, notes, and snippets.

@ar2zee
Created April 12, 2017 21:25
Show Gist options
  • Select an option

  • Save ar2zee/c3e80f1b3242761ef04f50b440d8e2dc to your computer and use it in GitHub Desktop.

Select an option

Save ar2zee/c3e80f1b3242761ef04f50b440d8e2dc to your computer and use it in GitHub Desktop.

Revisions

  1. Oganesyan Artur created this gist Apr 12, 2017.
    5 changes: 5 additions & 0 deletions forInpractise.js
    Original 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]);
    }