From e00825ab53d552cda1efcce5051ae63d98485aa9 Mon Sep 17 00:00:00 2001 From: John Woolbright Date: Thu, 28 Mar 2024 09:14:48 -0500 Subject: [PATCH] added comment for method section of exercises --- objects-and-math/exercises/ObjectExercises.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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!