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/5eb2d8452c58f00943649a17f013fb65 to your computer and use it in GitHub Desktop.
Save chrisbradshaw/5eb2d8452c58f00943649a17f013fb65 to your computer and use it in GitHub Desktop.
console.log("shallowClone", shallowClone.a.b.c);
console.log("Original Object", obj.a.b.c);
// shallowClone 3004
// Original Object 3004
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment