From 7893f96b6bcbe9259f746b33eabd864d3a5462f5 Mon Sep 17 00:00:00 2001 From: Kryvytskyi Volodymyr Date: Wed, 3 Apr 2024 17:10:16 +0300 Subject: [PATCH] Update readme.md --- readme.md | 2 ++ 1 file changed, 2 insertions(+) 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. `