Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Last active March 20, 2020 10:10
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save miguelmota/300445a06a342e47a335 to your computer and use it in GitHub Desktop.
Save miguelmota/300445a06a342e47a335 to your computer and use it in GitHub Desktop.
Deep clone copy array with lodash (underscore)
var array = [{},{},{}];
var copy = _.map(array, _.clone);
@turkoz
Copy link

turkoz commented May 15, 2019

Beautiful touch!..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment