Created
August 7, 2018 09:22
-
-
Save rxluz/129085bb8f56f8d6cfe4ee5a08a42933 to your computer and use it in GitHub Desktop.
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 characters
var names = ["Ana", "Mary", "John", "Steban"]; | |
for (var currentIndex in names) { | |
console.log(names[currentIndex]); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment