Skip to content

Instantly share code, notes, and snippets.

@rxluz
Created August 7, 2018 09:22
Show Gist options
  • Save rxluz/129085bb8f56f8d6cfe4ee5a08a42933 to your computer and use it in GitHub Desktop.
Save rxluz/129085bb8f56f8d6cfe4ee5a08a42933 to your computer and use it in GitHub Desktop.
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