Kevin Smith (2013-12-22T15:18:07.000Z)
>
> In KeyKOS we used the word "name". We had another meaning for the word
> "key" and wanted to avoid confusion.


"Name" is good.

    Symbol.name(Symbol.for("foo")) === "foo";

Or some variant thereof.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20131222/2bfc9ea8/attachment-0001.html>
domenic at domenicdenicola.com (2014-01-03T17:11:50.405Z)
"Name" is good.

    Symbol.name(Symbol.for("foo")) === "foo";

Or some variant thereof.