Skip to content

Instantly share code, notes, and snippets.

@hughfdjackson
Created November 14, 2013 19:39
Show Gist options
  • Select an option

  • Save hughfdjackson/7472998 to your computer and use it in GitHub Desktop.

Select an option

Save hughfdjackson/7472998 to your computer and use it in GitHub Desktop.
var library = [ { title: 'SICP', isbn: '0262010771', ed: 1 },
{ title: 'SICP', isbn: '0262510871', ed: 2 },
{ title: 'Joy of Clojure', isnb: '1935182641', ed: 1 }
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment