Skip to content

Commit 1fc990a

Browse files
Errors solved
1 parent 3e9c48c commit 1fc990a

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
This is just an instruction for the first activity - but it is just for human consumption
2-
We don't want the computer to run these 2 lines - how can we solve this problem?
1+
2+
/* This is just an instruction for the first activity - but it is just for human consumption
3+
We don't want the computer to run these 2 lines - how can we solve this problem?
4+
5+
*/

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

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

3-
const age = 33;
3+
let age = 33;
44
age = age + 1;
5+

0 commit comments

Comments
 (0)