Skip to content

Instantly share code, notes, and snippets.

@juukie
Forked from miguelmota/copy.js
Created May 11, 2016 20:34
Show Gist options
  • Save juukie/934f3f17dda1ea307c74305ae98c8131 to your computer and use it in GitHub Desktop.
Save juukie/934f3f17dda1ea307c74305ae98c8131 to your computer and use it in GitHub Desktop.
Deep clone copy array with lodash.
var array = [{},{},{}];
var copy = _.map(array, _.clone);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment