Skip to content

Commit 61e3d31

Browse files
Merge pull request LaunchCodeEducation#41 from LaunchCodeEducation/chapter-12-issues
added comment for method section of exercises
2 parents abe8c86 + e00825a commit 61e3d31

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

objects-and-math/exercises/ObjectExercises.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ let salamander = {
1515

1616
// After you have created the other object literals, add the astronautID property to each one.
1717

18+
// Add a move method to each animal object
19+
1820
// Create an array to hold the animal objects.
1921

2022
// Print out the relevant information about each animal.
2123

22-
// Start an animal race!
24+
// Start an animal race!

0 commit comments

Comments
 (0)