There was an error while loading. Please reload this page.
1 parent 60a9900 commit 729eef2Copy full SHA for 729eef2
1 file changed
Sprint-2/1-key-exercises/1-count.js
@@ -6,3 +6,4 @@ count = count + 1;
6
// Describe what line 3 is doing, in particular focus on what = is doing
7
// Line 3 is reassigning the value of the variable count by adding 1 to its initial value.
8
// 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