Browse Source

invert: specify that invert takes a object

content-update
Urmas Rist 2 years ago committed by GitHub
parent
commit
3a9c55d95e
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 a object and returns it with its keys and values inverted.
### Notions

Loading…
Cancel
Save