Skip to content

Instantly share code, notes, and snippets.

@ChinW
Forked from miguelmota/copy.js
Created June 25, 2016 10:51
Show Gist options
  • Save ChinW/2edc69697c5ddfb5f40b46083847973c to your computer and use it in GitHub Desktop.
Save ChinW/2edc69697c5ddfb5f40b46083847973c 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