Skip to content

Commit f2f56be

Browse files
committed
first answer is increment added answer comment section.
1 parent 721fe57 commit f2f56be

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
@@ -6,4 +6,5 @@ count = count + 1;
66
// Describe what line 3 is doing, in particular focus on what = is doing
77

88
// SOLUTION:
9-
// Line 3 is updating the value of the count by adding 1 to its value.
9+
// Line 3 is updating the value of the count by adding 1 to its value.
10+
// line 3 uses the assignment operator which is = and while count increases by one, increment stores additional 1 to the count variable.

0 commit comments

Comments
 (0)