Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save hinsencamp/db64e0c18b79ec8060dbd24b8be4877c to your computer and use it in GitHub Desktop.
const fabian = new Node({ name: "Fabian" });
const rey = new Node({ name: "Rey" });
const ellie = new Node({ name: "Ellie" });
const cassi = new Node({ name: "Cassi" });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment