Skip to content

Commit 4e428db

Browse files
authored
Update 1.js
1 parent 635ba47 commit 4e428db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Sprint-1/2-mandatory-errors

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ age = age + 1;
77

88
// Solution:
99
let age = 33;
10-
let age = age + 1;
10+
age += 1;

0 commit comments

Comments
 (0)