Skip to content

Commit 1a263ad

Browse files
committed
updated data on exercise
1 parent 63cd32d commit 1a263ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
let shuttlename = 'Determination';
33
let shuttlespeed = 17500;
44
let marsdistance = 225000000;
5-
let moondistance = 384,400;
5+
let moondistance = 384400;
66

77
// Use console.log to print the 'typeof' each variable. Print one item per line.
88

0 commit comments

Comments
 (0)