Skip to content

Instantly share code, notes, and snippets.

@rxluz
Created August 7, 2018 09:17
Show Gist options
  • Save rxluz/38312426100f5e3cef79615ed9b0eb47 to your computer and use it in GitHub Desktop.
Save rxluz/38312426100f5e3cef79615ed9b0eb47 to your computer and use it in GitHub Desktop.
var names = ["Ana", "Mary", "John", "Steban"];
for (var x = 0; x < names.length; x++) {
console.log(names[x]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment