Skip to content

Instantly share code, notes, and snippets.

@stephenhuh
Created August 23, 2017 23:38
Show Gist options
  • Save stephenhuh/5ffb308c3d2b09f27294a7a14e4a0ab6 to your computer and use it in GitHub Desktop.
Save stephenhuh/5ffb308c3d2b09f27294a7a14e4a0ab6 to your computer and use it in GitHub Desktop.
MvXLMY
[1,2,3,4].forEach((el,idx,arr) => {
console.log("el", el)
console.log("idx", idx)
console.log("arr", arr);
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment