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 9facd61 commit 45eab06Copy full SHA for 45eab06
Sprint-1/exercises/count.js
@@ -6,5 +6,5 @@ let count = 0;
6
count = count + 1;
7
console.log(count);
8
9
-// line 3 is taking the first value and reassings this new value to count its value + the number 1
+// line 3 is taking the first value and reassigns this new value to count its value + the number 1
10
0 commit comments