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 85935f7 commit fd5c456Copy full SHA for fd5c456
exercises/part3.ts
@@ -1,7 +1,7 @@
1
// URL for the instructions:
2
// https://education.launchcode.org/intro-to-professional-web-dev/chapters/typescript/exercises.html
3
4
-let spacecraftName: string = "Space Shuttle";
+let spacecraftName: string = "Determination";
5
let speedMph: number = 17500;
6
let kilometersToMars: number = 225000000;
7
let kilometersToTheMoon: number = 384400;
0 commit comments