Browse Source

docs(invert): clarify what to return

DEV-4397-piscine-ai-missing-file-for-ex-7-of-nlp
eslopfer 1 year ago
parent
commit
38f9bcb87f
  1. 2
      subjects/invert/README.md

2
subjects/invert/README.md

@ -2,7 +2,7 @@
### Instructions
Create a function named `invert` which takes an object and returns it with its keys and values inverted.
Create a function named `invert` which takes an object and returns a new one with its keys and values inverted.
### Notions

Loading…
Cancel
Save