Skip to content

Instantly share code, notes, and snippets.

@STRd6
Created August 23, 2013 21:09
Show Gist options
  • Select an option

  • Save STRd6/6324048 to your computer and use it in GitHub Desktop.

Select an option

Save STRd6/6324048 to your computer and use it in GitHub Desktop.
var o =
{ a : "ape"
, b : "bat"
, c : "cat"
, d : "dog"
, e : "elf"
, f : "fly"
, g : "gnu"
, h : "hat"
, i : "ibu"
}
, a =
[ [ "ape", "bat" ]
, [ "cat", "dog" ]
, [ "elf", "fly" ]
, [ "gnu", "hat" ]
, [ "ibu" ]
];
o =
a : "ape"
b : "bat"
c : "cat"
d : "dog"
e : "elf"
f : "fly"
g : "gnu"
h : "hat"
i : "ibu"
a = [
[ "ape", "bat" ]
[ "cat", "dog" ]
[ "elf", "fly" ]
[ "gnu", "hat" ]
[ "ibu" ]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment