Just wondering if anyone has any insight (links?) or was involved in any of the discussions around Map() in JS.
Was just wondering - it seems like the general methods - map, reduce, some, etc... - would have been useful on Maps as well, so i got curious why they weren't?
IIRC, adding those operations was merely postponed, not rejected.<p>These are work-arounds: <a href="https://exploringjs.com/impatient-js/ch_maps.html#missing-map-operations" rel="nofollow">https://exploringjs.com/impatient-js/ch_maps.html#missing-ma...</a>