May 2017
— I doo
Set = new Set();set.add('Hello');set.has('Hello'); // should be trueset.has('Hell'); // should be false
— You can make a named accessor point to null
— Eh?
— My version also makes sets stringifyable and loadable from disk
— A map already does this
— What do you need which it fails to do?
— Or rather, since map does string comparisons, why avoid that?
— I haven't implemented delete yet
— What do you mean?
— Well Hello already !== Hell
Hello
!== Hell
— Yes?