Skip to main content

All Questions

1 vote
3 answers
80 views

Javascript: Reducing redundancy of notation nested value

Hello I have this function that looks for nested value 3 levels deep currently ...
Mateen Kazia's user avatar
0 votes
1 answer
341 views

Efficiently performing multiple nested grouping and mapping in Javascript

I have an array of log objects with log_types and dates, like this: ...
DasBeasto's user avatar
  • 155
19 votes
2 answers
80k views

Deep pick using lodash/underscore

Use Case _.pick creates a shallow clone of an object given a predicate that identifies which keys to keep. pickDeep would ...
Pete's user avatar
  • 2,304