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,