Skip to content

Instantly share code, notes, and snippets.

@ositowang
Created March 30, 2019 22:37
Show Gist options
  • Select an option

  • Save ositowang/a2ea088170f73ce4310c5a534591f3fe to your computer and use it in GitHub Desktop.

Select an option

Save ositowang/a2ea088170f73ce4310c5a534591f3fe to your computer and use it in GitHub Desktop.
Object Deep Clone with Javascript
var newObj = JSON.parse( JSON.stringify( someObj ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment