Skip to content
Prev Previous commit
Next Next commit
I made right changes
  • Loading branch information
Alrzini2025 committed Feb 25, 2026
commit da626b2fb7eb7e4eff9847e60dbbb9fbde0c9772
1 change: 0 additions & 1 deletion Sprint-1/1-key-exercises/1-count.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ count = count + 1;

// Line 1 is a variable declaration, creating the count variable with an initial value of 0
// Describe what line 3 is doing, in particular focus on what = is doing
// updates the value of the variable count by adding 1