Skip to content

Commit e331dbb

Browse files
committed
mandatory error1
1 parent 2135afb commit e331dbb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

  • Sprint-2/2-mandatory-errors

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
// trying to create an age variable and then reassign the value by 1
22

3-
const age = 33;
3+
// const age = 33;
4+
// age = age + 1;
5+
6+
let age = 33;
47
age = age + 1;

0 commit comments

Comments
 (0)