Skip to content

Instantly share code, notes, and snippets.

@hinsencamp
Created May 30, 2019 08:03
Show Gist options
  • Select an option

  • Save hinsencamp/3223fe1edf5f9668a30aa13b5ab2c892 to your computer and use it in GitHub Desktop.

Select an option

Save hinsencamp/3223fe1edf5f9668a30aa13b5ab2c892 to your computer and use it in GitHub Desktop.
Graph.prototype.addUser = function(user) {
this.graph[user.name] = user;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment