To be more specific, I need to essentially create an object where I can store and read values.
I'm a bit of a noob in JS, so I'm sorry if my understanding is limited. I'll give an example.
var usrobj = mainobj.id(userIDHere);
var usrplays = usrobj.plays;
Stuff like that.
But, I also would need to write to the plays value. Any ideas?? (I don't know a crap ton about JavaScript, compared to most of you)
var someObject = {}; // hey, it's an object!new Javascripter()