Skip to content

Commit f8f0160

Browse files
author
JorvanW
committed
removed code from sprint 1
1 parent b5eb41e commit f8f0160

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,3 @@ count = count + 1;
44

55
// Line 1 is a variable declaration, creating the count variable with an initial value of 0
66
// Describe what line 3 is doing, in particular focus on what = is doing
7-
8-
// = is assigning the value of 'count',
9-
// 'let' is a declararation than enables its subject (count) to be changed
10-
// line 3 is taking the current value in line 1 (0) and by using '=' it is reassigning the value of 'count' to equal itself plus 1

0 commit comments

Comments
 (0)