Skip to content

Instantly share code, notes, and snippets.

@vilcans
Created June 1, 2012 15:12
Show Gist options
  • Save vilcans/2852844 to your computer and use it in GitHub Desktop.
Save vilcans/2852844 to your computer and use it in GitHub Desktop.
Funny JavaScript attributes behaviour
>>> z = 42
42
>>> z.foo = 7
7
>>> z.foo
undefined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment