Skip to content

Instantly share code, notes, and snippets.

@jmibanez
Created January 29, 2013 02:22
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 jmibanez/4661153 to your computer and use it in GitHub Desktop.
Save jmibanez/4661153 to your computer and use it in GitHub Desktop.
var o = { "foo" : 1, "bar" : 2, "baz" : 3 };
for (k in o) {
console.log(k, o[k]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment