Skip to content

Commit d652649

Browse files
committed
added variables
1 parent d1fdaef commit d652649

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@ console.log (typeof shuttleName)
2020
console.log (typeof shuttleSpeedMph)
2121
console.log (typeof distanceToMarsKm)
2222
console.log (typeof distanceToMoonKm)
23-
console.log (typeof milesToKm)
23+
console.log (typeof milesToKm)
24+
25+
console.log ("test")

0 commit comments

Comments
 (0)