Skip to content

Instantly share code, notes, and snippets.

@chrisbradshaw
Created August 4, 2018 15:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisbradshaw/10d5904dbed41079aa9ac7d23a48a5ca to your computer and use it in GitHub Desktop.
Save chrisbradshaw/10d5904dbed41079aa9ac7d23a48a5ca to your computer and use it in GitHub Desktop.
console.log("jasonClone", jasonClone.a.b.c);
console.log("Original Object", newObj.a.b.c);
// jasonClone 40000
// Original Object 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment