## Deep Copy
### Instructions
Create a function called `deepCopy` that copy objects and arrays recursively.
### Notions
- https://devdocs.io/javascript-object/