We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abe8c86 commit e00825aCopy full SHA for e00825a
1 file changed
objects-and-math/exercises/ObjectExercises.js
@@ -15,8 +15,10 @@ let salamander = {
15
16
// After you have created the other object literals, add the astronautID property to each one.
17
18
+// Add a move method to each animal object
19
+
20
// Create an array to hold the animal objects.
21
22
// Print out the relevant information about each animal.
23
-// Start an animal race!
24
+// Start an animal race!
0 commit comments