Skip to content

Instantly share code, notes, and snippets.

@JonathanZWhite
Last active April 17, 2016 23:56
Show Gist options
  • Save JonathanZWhite/b9f66d288039395b770ba8fe74cdb077 to your computer and use it in GitHub Desktop.
Save JonathanZWhite/b9f66d288039395b770ba8fe74cdb077 to your computer and use it in GitHub Desktop.
let store = {
_users: {},
// creates state tree
_initializeUserState: function(hash) {
this._users[hash] = {
command: '',
spotify: {
genre: '',
numberOfRecs: 0
}
}
},
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment