Symbol.prototype.description

Returns a string containing the description of the symbol.

Syntax

description

Return value

A string.

Examples

Symbol("peace").description
"peace"