Skip to content

Instantly share code, notes, and snippets.

@pratyushcrd
Last active January 13, 2018 11:06
Show Gist options
  • Save pratyushcrd/ad9e2368744c118e36fd089d8671a76d to your computer and use it in GitHub Desktop.
Save pratyushcrd/ad9e2368744c118e36fd089d8671a76d to your computer and use it in GitHub Desktop.
const rootNode = {
left: anotherNode,
right: yetAnotherNode,
value: 5,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment