Skip to content

Instantly share code, notes, and snippets.

@AadityaJ
Last active February 10, 2019 09:42
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 AadityaJ/f2216affb24227dafe762ec0e8a4aef0 to your computer and use it in GitHub Desktop.
Save AadityaJ/f2216affb24227dafe762ec0e8a4aef0 to your computer and use it in GitHub Desktop.
Blog1 - Symbol example 1
Symbol() == Symbol(); //returns false
Symbol('test') == Symbol('test'); //returns false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment