domenic / count-to-6

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

WeakMap #13

Open domenic opened 10 years ago

domenic commented 10 years ago

https://github.com/lukehoban/es6features#map--set--weakmap--weakset

Again, Node 0.11 is mostly spec-compliant here.

The use case here would be private members, I think.