Skip to content

Instantly share code, notes, and snippets.

@bendc
Created June 14, 2016 20:22
Show Gist options
  • Select an option

  • Save bendc/b07f5400b988c40c01b2df2f35e18a0e to your computer and use it in GitHub Desktop.

Select an option

Save bendc/b07f5400b988c40c01b2df2f35e18a0e to your computer and use it in GitHub Desktop.
Deep object copy
const duplicate = obj => JSON.parse(JSON.stringify(obj));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment