We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fddd82 commit b957f77Copy full SHA for b957f77
Eloquent-Javascript/7. Project : A Robot/measuringARobot.js
@@ -0,0 +1,5 @@
1
+function compareRobots(robot1, memory1, robot2, memory2) {
2
+ // Your code here
3
+}
4
+
5
+compareRobots(routeRobot, [], goalOrientedRobot, []);
0 commit comments