Skip to content

Commit b048b04

Browse files
committed
hw
1 parent 2a6d470 commit b048b04

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,7 @@ let MilesToMoon=DistanceToTheMoon*MilesPerKIlometer;
2424
let HoursToMoon=MilesToMoon/ShuttleSpeed;
2525
let DaysToMoon=HoursToMoon/24;
2626

27-
console.log(SpaceShuttle,"will take",DaysToMoon,"days to reach the Mooooon");
27+
console.log(SpaceShuttle,"will take",DaysToMoon,"days to reach the Mooooon");
28+
29+
30+
console.log("BOB\n","\nBOB")

0 commit comments

Comments
 (0)