Skip to content

Commit e0f20f8

Browse files
committed
added data-and-variables exercises and studios starter code
0 parents  commit e0f20f8

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Declare and assign the variables below
2+
3+
// Use console.log to print the 'typeof' each variable. Print one item per line.
4+
5+
// Calculate a space mission below
6+
7+
// Print the results of the space mission calculations below
8+
9+
// Calculate a trip to the moon below
10+
11+
// Print the results of the trip to the moon below
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// Declare and Initialize Variables below
2+
3+
// Display the LC04 Form to the console below using above variables

0 commit comments

Comments
 (0)