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