Skip to content

Instantly share code, notes, and snippets.

@nrojas13
Created November 10, 2016 13:13
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 nrojas13/a9250eae9f96a4af7c97acf20e77c77d to your computer and use it in GitHub Desktop.
Save nrojas13/a9250eae9f96a4af7c97acf20e77c77d to your computer and use it in GitHub Desktop.
for (var key in object) {
// obj is the value assigned to the key in the object
var obj = object[key];
console.log(obj);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment