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