Skip to content

Commit c16be64

Browse files
committed
Key 1-count done
1 parent 3372770 commit c16be64

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,9 @@ let count = 0;
22

33
count = count + 1;
44

5+
6+
7+
58
// Line 1 is a variable declaration, creating the count variable with an initial value of 0
69
// Describe what line 3 is doing, in particular focus on what = is doing
10+
//It takes the current value of count, add 1 to it

prep/first file

Whitespace-only changes.

0 commit comments

Comments
 (0)