Skip to content

Instantly share code, notes, and snippets.

@omarkdev
Last active February 27, 2020 17:03
Show Gist options
  • Save omarkdev/f503094a6d98e054ef56cee166a5947b to your computer and use it in GitHub Desktop.
Save omarkdev/f503094a6d98e054ef56cee166a5947b to your computer and use it in GitHub Desktop.
const symbol1 = Symbol('Awesome');
symbol1.toString();
// "Symbol(Awesome)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment