Skip to content

Commit 729eef2

Browse files
committed
count.js
1 parent 60a9900 commit 729eef2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ count = count + 1;
66
// Describe what line 3 is doing, in particular focus on what = is doing
77
// Line 3 is reassigning the value of the variable count by adding 1 to its initial value.
88
// The = sign is assigning the result of the expression on the right side (count + 1) to the variable count on the left side.
9+
//

0 commit comments

Comments
 (0)