## Invert
### Instructions
Create a function named `invert` which takes an object and returns it with its keys and values inverted.
### Notions
- [object](https://devdocs.io/javascript/global_objects/object)