## Invert
### Instructions
Create a function called `invert` that inverts the object keys and values.
### Notions
- [devdocs.io/javascript/global_objects/object](https://devdocs.io/javascript/global_objects/object)