Skip to content

Instantly share code, notes, and snippets.

@mgmgpyaesonewin
Created September 17, 2018 11:01
Show Gist options
  • Save mgmgpyaesonewin/692fedaf711fee4a22df4b2bd22ec9e9 to your computer and use it in GitHub Desktop.
Save mgmgpyaesonewin/692fedaf711fee4a22df4b2bd22ec9e9 to your computer and use it in GitHub Desktop.
Reduce_array_to_objects
_.reduce(code, function(memo, current) { return _.assign(memo, current) }, {})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment