Skip to content

Commit f5522e7

Browse files
committed
Add explanation for incrementing count variable by 1 after initialization.
1 parent 625c114 commit f5522e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ count = count + 1;
44

55
//
66
// Line 1 is a variable declaration, creating the count variable with an initial value of 0
7-
// Line 3 Take the current value of count, and then add 1, and store the result back in count .
7+
// Line 3 Take the current value of count, and then add 1, and store the result back in count.

0 commit comments

Comments
 (0)