Skip to content

Commit 35a1a97

Browse files
authored
Update 1.js
1 parent 611b033 commit 35a1a97

File tree

1 file changed

+1
-1
lines changed
  • Sprint-1/2-mandatory-errors

1 file changed

+1
-1
lines changed

Sprint-1/2-mandatory-errors/1.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
let age = 33;
66

7-
age = age++; // Increases age by 1
7+
age++; // Increases age by 1
88

99
console.log(age); // Output: 34
1010

0 commit comments

Comments
 (0)