Skip to content

Commit 78d0604

Browse files
committed
describe line 3 what is doing
1 parent ba702df commit 78d0604

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
// Line 1 is a variable declaration, creating the count variable with an initial value of 0
66
// Describe what line 3 is doing, in particular focus on what = is doing
7-
// line 3 is increases the value of count by 1 and saves the updated value back into count
7+
// line 3 is increases the value of count by 1 and saves the updated value back into count variable.

0 commit comments

Comments
 (0)