Skip to content

Commit fcb6413

Browse files
committed
formatting using prettier
1 parent 3bb9ddf commit fcb6413

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 3bb9ddf441cce7888063f86247f2cf6e8a9ba323

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ let count = 0;
33
count = count + 1;
44

55
// Line 1 is a variable declaration, creating the count variable with an initial value of 0
6-
// the third line used the the assignment operator '=' to reassign the variable count to the initial value which is zero incremented by one resulting to the value 1
6+
// the third line used the assignment operator '=' to reassign the variable count to the initial value which is zero incremented by one resulting to the value 1

0 commit comments

Comments
 (0)