Browse Source

docs(invert): correct grammar

1164-findmissingnumber
davhojt 2 years ago committed by Dav Hojt
parent
commit
e27fbf1abd
  1. 4
      subjects/invert/README.md

4
subjects/invert/README.md

@ -2,8 +2,8 @@
### Instructions
Create a function called `invert` that takes an object and returns it with its keys and values inverted.
Create a function named `invert` which 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)
- [object](https://devdocs.io/javascript/global_objects/object)

Loading…
Cancel
Save