Skip to content

Commit 7eb19b3

Browse files
committed
Described what line three is doing.
1 parent ebd4d3e commit 7eb19b3

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
@@ -7,4 +7,4 @@ count = count + 1;
77
// Line 3 returns the incremented value of count. The operator = assigns count +1 to the varibale count in the
88
// left.
99

10-
// Describe what line 3 is doing.
10+
// Described what line three is doing.

0 commit comments

Comments
 (0)