Skip to content

Instantly share code, notes, and snippets.

@NiallJoeMaher
Created May 14, 2019 06:34
Show Gist options
  • Save NiallJoeMaher/dbc4deb558b3640976a4b33a5ae25ccd to your computer and use it in GitHub Desktop.
Save NiallJoeMaher/dbc4deb558b3640976a4b33a5ae25ccd to your computer and use it in GitHub Desktop.
console.log(Symbol('test description').description); // "test description"
console.log(Symbol.iterator.description); // "Symbol.iterator"
console.log(Symbol.for('test description').description); // "test description"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment