public/subjects/invert/README.md

219 B

Invert

Instructions

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

Notions