Skip to content

Instantly share code, notes, and snippets.

@hum-n
Created October 17, 2020 16:38
Show Gist options
  • Save hum-n/b2d0228b76a0c096d3ef7ab908a7c608 to your computer and use it in GitHub Desktop.
Save hum-n/b2d0228b76a0c096d3ef7ab908a7c608 to your computer and use it in GitHub Desktop.
JavaScript array loop.
arr.forEach(item => {
console.log(item);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment