Skip to content

Instantly share code, notes, and snippets.

@hartzis
Created February 21, 2016 21:52
Show Gist options
  • Save hartzis/696edd6cb1f1d08a9e1d to your computer and use it in GitHub Desktop.
Save hartzis/696edd6cb1f1d08a9e1d to your computer and use it in GitHub Desktop.
const scientists = {
'alan' : {
fullname: 'Alan Mathison Turing',
dob: {month: 6, day: 23, year: 1912},
image: 'turing.jpg',
},
'grace' : {
fullname: 'Grace Brewster Murray Hopper',
dob: {month: 12, day: 9, year: 1906},
image: 'hopper.jpg',
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment