Javascript Lodash library helps, among others, to invert an object

For further actions, you may consider blocking this person and/or reporting abuse
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (2)
Lodash has some interesting features. What do you see as a valid use case for this function? Also here is an oversimplified pure JS version of
_.invert:Nice vanilla code,
I use it mostly with data transformations