We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e971a commit e47a41fCopy full SHA for e47a41f
exercises/part3.ts
@@ -13,4 +13,4 @@ let milesPerKilometer: number = 0.621;
13
14
15
16
-// Call the function and print the output:
+// Call the function and print the outputs for the Mars trip and the moon trip:
exercises/part4.ts
@@ -21,5 +21,5 @@ let kilometersToTheMoon: number = 384400;
21
// Create an instance of the class here:
22
23
24
-// Code two output statements - one for the trip to Mars and one for the trip
25
-// to the Moon:
+// Print two outputs - one for the trip to Mars and one for the trip to the moon.
+
0 commit comments