We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 479278e commit 75cbeceCopy full SHA for 75cbece
Sprint-1/1-key-exercises/1-count.js
@@ -7,5 +7,5 @@ count = count + 1;
7
8
/*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,
9
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
+The "one-word" description of the programming operation in line 3 is INCREMENT
11
*/
0 commit comments