Skip to content

Commit 8186e0b

Browse files
committed
explictly explain increment
1 parent 134e9e9 commit 8186e0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ count = count + 1;
66
// Describe what line 3 is doing, in particular focus on what = is doing
77

88
// It is taking the value of the variable count at line 1, and then adding 1 to it.
9-
// Then it is assigning that value to the variable count.
9+
// Then it is assigning that value to the variable count. This is called incrementing.

0 commit comments

Comments
 (0)