Skip to content

Instantly share code, notes, and snippets.

@dsdstudio
Created September 16, 2014 02:25
Show Gist options
  • Select an option

  • Save dsdstudio/3345a7c9804b8e400646 to your computer and use it in GitHub Desktop.

Select an option

Save dsdstudio/3345a7c9804b8e400646 to your computer and use it in GitHub Desktop.
Javascript Array in object deep copy
var deepcopiedArray = JSON.parse(JSON.stringify(model.prevdata));
@dsdstudio

Copy link
Copy Markdown
Author

직접 순회하면서 복사하는것 보다 JSON serialize/deserialize 를 사용하는게 훨 간단하고 좋은듯 ㅎㅎ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment