From 615e8200d532c83a28e5a9c1600b3f710ccc21ff Mon Sep 17 00:00:00 2001 From: Kyryl Chernadiev Date: Tue, 18 Jul 2023 12:35:27 +0300 Subject: [PATCH] Solution --- src/makeRobot.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/makeRobot.js b/src/makeRobot.js index 191a5883..8b2f3742 100644 --- a/src/makeRobot.js +++ b/src/makeRobot.js @@ -38,7 +38,6 @@ * @return {Robot} */ function makeRobot(name, wheels, version) { - // write code here const robot = { name, wheels,