Skip to content

Instantly share code, notes, and snippets.

@hinsencamp
Created May 30, 2019 08:04
Show Gist options
  • Save hinsencamp/178cc78f6bda08cc8602c6139ff9e1b5 to your computer and use it in GitHub Desktop.
Save hinsencamp/178cc78f6bda08cc8602c6139ff9e1b5 to your computer and use it in GitHub Desktop.
function Node(user) {
this.name = user.name;
this.friends = {};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment