public/subjects/invert/README.md

10 lines
219 B
Markdown
Raw Permalink Normal View History

2020-06-10 19:18:53 +00:00
## Invert
### Instructions
2023-01-23 11:57:44 +00:00
Create a function named `invert` which takes an object and returns a new one with its keys and values inverted.
2020-06-10 19:18:53 +00:00
### Notions
2022-06-19 18:53:12 +00:00
- [object](https://devdocs.io/javascript/global_objects/object)