diff --git a/objects-and-math/exercises/ObjectExercises.js b/objects-and-math/exercises/ObjectExercises.js index 03cc68bc3a..9a50cbdecc 100644 --- a/objects-and-math/exercises/ObjectExercises.js +++ b/objects-and-math/exercises/ObjectExercises.js @@ -15,8 +15,10 @@ let salamander = { // After you have created the other object literals, add the astronautID property to each one. +// Add a move method to each animal object + // Create an array to hold the animal objects. // Print out the relevant information about each animal. -// Start an animal race! \ No newline at end of file +// Start an animal race!