Skip to content

Instantly share code, notes, and snippets.

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