Skip to content

Instantly share code, notes, and snippets.

@nicon-dev
Created November 3, 2014 11:38
Show Gist options
  • Save nicon-dev/485acb3c926707ec3339 to your computer and use it in GitHub Desktop.
Save nicon-dev/485acb3c926707ec3339 to your computer and use it in GitHub Desktop.
JS: debug Object
for (i in arr) {
console.log(i);
console.log(arr[i]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment