public/subjects/invert
eslopfer 38f9bcb87f docs(invert): clarify what to return 2023-01-23 15:39:50 +00:00
..
README.md docs(invert): clarify what to return 2023-01-23 15:39:50 +00:00

README.md

Invert

Instructions

Create a function named invert which takes an object and returns a new one with its keys and values inverted.

Notions