## Deep Copy
### Instructions
Create a function named `deepCopy` that copies objects and arrays recursively.
### Notions
- [devdocs.io/javascript-object](https://devdocs.io/javascript-object/)