Tab Atkins Jr. (2014-01-03T17:52:04.000Z)
domenic at domenicdenicola.com (2014-01-06T14:17:41.029Z)
I agree with adding more of the array primitives to sets - sets are just an "weakly ordered" version of arrays, so basically all of them make sense. map() is the only troublesome one, because it can produce a smaller set, if you return the same value from multiple iterations. This isn't necessarily bad, but it's surprising.