profileRyan KesPGP keyI build stuffEmailGithubTwitterLast.fmMastodonMatrix

Symbol.prototype.description

Description

This proposal1 provides accessor for Symbol description.

Syntax

const sym = Symbol("The description")
console.log(sym.description) // The description

Footnotes