Skip to content

Instantly share code, notes, and snippets.

@amysimmons
Created June 25, 2018 08:21
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/999cd91e61cc9f56e9ba23ce292e343d to your computer and use it in GitHub Desktop.
Save amysimmons/999cd91e61cc9f56e9ba23ce292e343d to your computer and use it in GitHub Desktop.
const LOGIN = Symbol("event.login")
// succeeded, as expected 

const W = Symbol("event.login"); 
// I expected this to say something like 'a symbol with this key already exists'

LOGIN === W 
// false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment