domenic / count-to-6

An intro to some ES6 features via a set of self-guided workshops.
Other
325 stars 76 forks source link

Symbols #12

Open domenic opened 10 years ago

domenic commented 10 years ago

https://github.com/lukehoban/es6features#symbols

Node 0.11 Symbols are mostly spec-compliant, with only a few deviations IIRC.

This is tricky to come up with a use case for. Maybe bullet-proof duck-typing? Or attaching properties to req?