Skip to content

Instantly share code, notes, and snippets.

@khaosdoctor
Created May 29, 2018 02:00
Show Gist options
  • Save khaosdoctor/451bbe701affe0c6e3b6151cd4ddacdd to your computer and use it in GitHub Desktop.
Save khaosdoctor/451bbe701affe0c6e3b6151cd4ddacdd to your computer and use it in GitHub Desktop.
console.log(Symbol() === Symbol()) // False
console.log(Symbol('abc') === Symbol('abc')) // False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment