Skip to content

Commit 3dae4d0

Browse files
committed
testing reversal
1 parent 13c3a8a commit 3dae4d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
let count = 0;
22

3-
// Answer
43
count = count + 1;
54

65
// Line 1 is a variable declaration, creating the count variable with an initial value of 0

0 commit comments

Comments
 (0)