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 13c3a8a commit 3dae4d0Copy full SHA for 3dae4d0
Sprint-1/1-key-exercises/1-count.js
@@ -1,6 +1,5 @@
1
let count = 0;
2
3
-// Answer
4
count = count + 1;
5
6
// Line 1 is a variable declaration, creating the count variable with an initial value of 0
0 commit comments