Skip to content

Instantly share code, notes, and snippets.

@develar
Created September 6, 2013 08:35
Show Gist options
  • Save develar/6461114 to your computer and use it in GitHub Desktop.
Save develar/6461114 to your computer and use it in GitHub Desktop.
var map = {
'123prop': {
'456': 'string'
}
};
map["123prop"]["456"] = "23423";
console.log(32);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment