Browse Source

Merge pull request #934 from uristdwarf/patch-2

invert: specify paramater and return value
content-update
MSilva95 2 years ago committed by GitHub
parent
commit
da03cfe5ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/invert/README.md

2
subjects/invert/README.md

@ -2,7 +2,7 @@
### Instructions
Create a function called `invert` that inverts the object keys and values.
Create a function called `invert` that takes an object and returns it with its keys and values inverted.
### Notions

Loading…
Cancel
Save