Skip to content

Instantly share code, notes, and snippets.

@amysimmons
Created June 25, 2018 08:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amysimmons/37a36b5b7d39dac6996797e373799152 to your computer and use it in GitHub Desktop.
Save amysimmons/37a36b5b7d39dac6996797e373799152 to your computer and use it in GitHub Desktop.
const X = Symbol.for('test')

const Y = Symbol.for('test')

X === Y
// true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment