Skip to content

Instantly share code, notes, and snippets.

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