Skip to content

Instantly share code, notes, and snippets.

@huytd
Created March 10, 2020 06:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save huytd/1ad882b40991587a09d5271f50e0180e to your computer and use it in GitHub Desktop.
Save huytd/1ad882b40991587a09d5271f50e0180e to your computer and use it in GitHub Desktop.
const array = [5,3,3,6,2,3,4,67,7,2,2];
for (let i in array) {
debug({ i: i, value: array[i] });
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment