Skip to content

Instantly share code, notes, and snippets.

@jgv
Created December 8, 2010 00:27
Show Gist options
  • Save jgv/732698 to your computer and use it in GitHub Desktop.
Save jgv/732698 to your computer and use it in GitHub Desktop.
lost joke from javascript the good parts
var flight = {
airline: "Oceanic",
number: 815,
departure: {
IATA: "SYD",
time: "2004-09-22 14:55",
city: "Sydney"
},
arrival: {
IATA: "LAX",
time: "2004-09-23 10:42",
city: "Los Angeles"
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment