Skip to content

Commit dd85a1d

Browse files
checking to see the output of count using terminal
1 parent 3372770 commit dd85a1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sprint-1/1-key-exercises/1-count.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ let count = 0;
22

33
count = count + 1;
44

5+
console.log(count);
56
// Line 1 is a variable declaration, creating the count variable with an initial value of 0
6-
// Describe what line 3 is doing, in particular focus on what = is doing
7+
// Describe what line 3 is doing, in particular focus on what = is doing

0 commit comments

Comments
 (0)