diff --git a/readme.md b/readme.md index 0822422d..54eecccf 100644 --- a/readme.md +++ b/readme.md @@ -7,6 +7,8 @@ Transposition of internal organs is a variant of internal anatomy, when the organs are located in a mirror image. Something similar happened to our robot Kolli. His keys became values, and values became keys. Help to repair the robot. +### Task description: + ` Create a 'inverseRobot' function that takes 'robot' as a parameter and returns a new object in which keys will change places with values. `