Skip to content

Instantly share code, notes, and snippets.

@ahafidi
Created August 24, 2020 18:47
Show Gist options
  • Save ahafidi/3d58444abf25e12f8b633a18c46f160a to your computer and use it in GitHub Desktop.
Save ahafidi/3d58444abf25e12f8b633a18c46f160a to your computer and use it in GitHub Desktop.
// https://medium.com/javascript-in-plain-english/how-to-deep-copy-objects-and-arrays-in-javascript-7c911359b089
JSON.parse(JSON.stringify(...))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment