A read-only description of a Symbol object.
Links
Description of `symbol.description` on MDN.
Blog post on the the `symbol.description`, on the v8 blog.
The proposal, that went into the specification.
Required Knowledge
- basics (Symbol)
- `Symbol.for()` (Symbol)
- `Symbol.keyFor()` (Symbol)
Related Katas
Symbol
Difficulty Level
INTERMEDIATE