Symbol.prototype.description
This chapter describes the ES2019 feature “Symbol.prototype.description
” (by Michael Ficarra).
When creating a symbol via the factory function Symbol()
, you can optionally provide a string as a description, via a parameter:
Until recently, the only way to access the description was by converting the symbol to a string:
The feature introduces the getter Symbol.prototype.description
to access the description directly: