Skip to content

Commit e5b65ca

Browse files
author
JorvanW
committed
added sprint 1 index file
1 parent 82bc1a1 commit e5b65ca

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
let count = 0;
2+
3+
count = count + 1;
4+
5+
// Line 1 is a variable declaration, creating the count variable with an initial value of 0
6+
// Describe what line 3 is doing, in particular focus on what = is doing

0 commit comments

Comments
 (0)