I love how ES6 automatically gives anonymous function definitions names (via 
the variables they are assigned to etc.). Wouldn’t the same make sense for 
symbols?

Hypothetical example:

```js
const foo = Symbol();
console.log(Symbol('foo').toString()); // Symbol(foo)
```

-- 
Dr. Axel Rauschmayer
a...@rauschma.de
rauschma.de

_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to