Skip to content

Instantly share code, notes, and snippets.

@jagomf
Created September 18, 2018 10:45
Show Gist options
  • Save jagomf/776723d0a68461ce273e732ce1bc39e8 to your computer and use it in GitHub Desktop.
Save jagomf/776723d0a68461ce273e732ce1bc39e8 to your computer and use it in GitHub Desktop.
Simplest way to deep clone (and get a plain object)
const cloned = JSON.parse(JSON.stringify(original));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment