DEV Community

Discussion on: Understanding Array.prototype.flatMap

Collapse
 
lesha profile image
lesha 🟨⬛️

I really hate the fact that libs like lodash are so much more useful than standard library and so happy that some of these features are making their way to standard library.

Hope they add mapValues/mapKeys/pickBy next. Having map/filter equivalents for objects is really convenient