Skip to content

Instantly share code, notes, and snippets.

@glynrob
Last active December 20, 2015 00:58
Show Gist options
  • Save glynrob/6045267 to your computer and use it in GitHub Desktop.
Save glynrob/6045267 to your computer and use it in GitHub Desktop.
family =
mum:
name: "Jane"
age: 34
dad:
name: "Jon"
age: 37
son:
name: "Mark"
age: 12
alert "Mums name is #{family.mum.name} whos age is #{family.mum.age}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment