Skip to content

Commit 22e971a

Browse files
Jim FloresJim Flores
authored andcommitted
Consistency update for part3.ts.
1 parent 2a155a6 commit 22e971a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

exercises/part3.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1+
// URL for the instructions:
2+
// https://education.launchcode.org/intro-to-professional-web-dev/chapters/typescript/exercises.html
3+
14
let spacecraftName: string = "Space Shuttle";
25
let speedMph: number = 17500;
36
let kilometersToMars: number = 225000000;
47
let kilometersToTheMoon: number = 384400;
58
let milesPerKilometer: number = 0.621;
69

7-
// Part 3 - Code the getDaysToLocation function here:
10+
// Code the "getDaysToLocation" function here:
811

912

1013

1114

1215

13-
// Call the function and print the output here:
16+
// Call the function and print the output:

0 commit comments

Comments
 (0)