Created
May 30, 2019 08:06
-
-
Save hinsencamp/db64e0c18b79ec8060dbd24b8be4877c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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