Isiah Meadows (2015-01-04T21:57:09.000Z)
d at domenic.me (2015-01-12T17:57:59.096Z)
A good name for such a getter would be, IMO, `Symbol.prototype.description`. It would also seem to fit with some other common JS idioms, such as `Array.prototype.length`, etc. It also feels clearer and cleaner as a getter than an instance method or function.