Skip to content

Commit 245df89

Browse files
author
Edward King
committed
Exercise 1
1 parent e14c0e3 commit 245df89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data-and-variables/exercises/data-and-variables-exercises.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@ let milesToMoon = distanceToMoonKm * milesPerKm;
3030
let hoursToMoon = milesToMoon / shuttleSpeedMph;
3131
let daysToMoon = hoursToMoon / 24;
3232

33+
3334
console.log(shuttleName+" will take "+daysToMars+" days to reach Mars.");
3435
console.log(shuttleName+" will take "+daysToMoon+" days to reach the Moon.");

0 commit comments

Comments
 (0)