Created
August 7, 2018 09:25
-
-
Save rxluz/4218224056a4808e685f8cd6cf3f7ea4 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"]; | |
names.forEach(name => console.log(name)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment