Skip to content

Instantly share code, notes, and snippets.

@1dolinski
Created March 6, 2014 00:43
Show Gist options
  • Save 1dolinski/9379934 to your computer and use it in GitHub Desktop.
Save 1dolinski/9379934 to your computer and use it in GitHub Desktop.
> x = {};
{}
> x['0'].first_obj = "cool";
TypeError: Cannot set property 'first_obj' of undefined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment