Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

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