We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents abe8c86 + e00825a commit 61e3d31Copy full SHA for 61e3d31
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