출처:
https://roseline.oopy.io/dev/javascript-back-to-the-basic/shallow-copy-deep-copy
https://velog.io/@ellyheetov/Shallow-Copy-VS-Deep-Copy
(영문 해석)
Shallow Copy: Shallow repetition is quicker.
Deep Copy: Deep repetition truly clones the underlying data.
Source:
https://www.geeksforgeeks.org/difference-between-shallow-and-deep-copy-of-a-class/