Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

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