Quartz 5

Home

❯

Org-roam

❯

Symbol.prototype.description

Symbol.prototype.description

Nov 16, 20201 min read

Description

This proposal1 provides accessor for JavaScript Symbols description.

Syntax

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

Footnotes

Footnotes

  1. https://github.com/tc39/proposal-Symbol-description ↩


Graph View

  • Description
  • Syntax
  • Footnotes

Backlinks

  • ES2019
  • JavaScript Symbol Prototype Methods

Created with Quartz v5.0.0 © 2026

  • GitHub
  • Discord Community