Skip to content

Commit e47a41f

Browse files
Jim FloresJim Flores
authored andcommitted
Updated comments in parts 3 & 4.
1 parent 22e971a commit e47a41f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

exercises/part3.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ let milesPerKilometer: number = 0.621;
1313

1414

1515

16-
// Call the function and print the output:
16+
// Call the function and print the outputs for the Mars trip and the moon trip:

exercises/part4.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ let kilometersToTheMoon: number = 384400;
2121
// Create an instance of the class here:
2222

2323

24-
// Code two output statements - one for the trip to Mars and one for the trip
25-
// to the Moon:
24+
// Print two outputs - one for the trip to Mars and one for the trip to the moon.
25+

0 commit comments

Comments
 (0)