1/*
2
3Search Results
4Featured snippet from the web
5A deep copy means that all of the values of the new variable
6are copied and disconnected from the original variable.
7A shallow copy means that certain (sub-)values are still connected
8to the original variable. To really understand copying,
9you have to get into how JavaScript stores values
10
11
12/*