Skip to content

Commit 75cbece

Browse files
committed
error
1 parent 479278e commit 75cbece

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,5 +7,5 @@ count = count + 1;
77

88
/*Line 3 is reassigning variable count with a new value, in this case we're saying add 1 to whatever we already have in count,
99
and so by using the console.log before and after the reassignment the we can tell new value of count is 1
10-
The "one-word" description of the programming operation in line 3 is IINCREMENT
10+
The "one-word" description of the programming operation in line 3 is INCREMENT
1111
*/

0 commit comments

Comments
 (0)