Caitlin Potter (2014-12-03T17:25:13.000Z)
d at domenic.me (2014-12-08T21:41:52.415Z)
> Have to be really careful adding things to Object.prototype, though — even when they’re non-enumerable, they can cause unexpected problems in code (code which probably ought to be using Object.create(null), but you know, doesn’t). Being a Symbol rather than a String property key probably mitigates most of these problems, but I’m not positive about that.