Skip to content

Instantly share code, notes, and snippets.

@cesarkohl
Created January 13, 2020 14:14
Show Gist options
  • Select an option

  • Save cesarkohl/ad7e65e724cf6a1fe330821dea49eed3 to your computer and use it in GitHub Desktop.

Select an option

Save cesarkohl/ad7e65e724cf6a1fe330821dea49eed3 to your computer and use it in GitHub Desktop.
var names = ['adam', 'brian', 'charles'];
names.forEach (function (name) {
 console.log (name);
});
// adam, brian, charles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment