Created
August 7, 2018 09:17
-
-
Save rxluz/38312426100f5e3cef79615ed9b0eb47 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 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