Skip to content

Commit 479278e

Browse files
committed
1-count.js
1 parent f7704ee commit 479278e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +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
1011
*/

0 commit comments

Comments
 (0)