Skip to content

Instantly share code, notes, and snippets.

@indexzero
Created September 9, 2010 08:03
Show Gist options
  • Save indexzero/571555 to your computer and use it in GitHub Desktop.
Save indexzero/571555 to your computer and use it in GitHub Desktop.
var foo = { 'a': 1, 'b': 2, 'c': 3 };
Object.keys(foo).forEach(function (bar) { sys.puts(foo[bar]) });
sys.puts('4');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment