Skip to content

Commit ebaef49

Browse files
committed
Added '//' to commenting out my response.
1 parent 7503415 commit ebaef49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ count = count + 1;
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
77

8-
The = served as the executer of the assignment operation.
8+
// The = served as the executer of the assignment operation.

0 commit comments

Comments
 (0)