Skip to content

Instantly share code, notes, and snippets.

@behnamazimi
Created December 27, 2019 11:22
Show Gist options
  • Save behnamazimi/fee81c70a07e1d688fb5f26c4e2ab834 to your computer and use it in GitHub Desktop.
Save behnamazimi/fee81c70a07e1d688fb5f26c4e2ab834 to your computer and use it in GitHub Desktop.
const symblOne = Symbol("Description");
const symblTwo = Symbol("Description");
symblOne === symblTwo //o: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment