Skip to content

Commit 45eab06

Browse files
committed
done exercises count.js
1 parent 9facd61 commit 45eab06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sprint-1/exercises/count.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ let count = 0;
66
count = count + 1;
77
console.log(count);
88

9-
// line 3 is taking the first value and reassings this new value to count its value + the number 1
9+
// line 3 is taking the first value and reassigns this new value to count its value + the number 1
1010

0 commit comments

Comments
 (0)