Skip to content

Instantly share code, notes, and snippets.

@ducc
Created April 25, 2017 21:46
Show Gist options
  • Save ducc/f2364c234dd132241328c0901ee8e99c to your computer and use it in GitHub Desktop.
Save ducc/f2364c234dd132241328c0901ee8e99c to your computer and use it in GitHub Desktop.
i = 0
i.something = 51
i.doIt = {
// print hello world
}
i.doIt.myProperty = 913
i.something.aaa = {
// hello lol im a function
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment