We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e9c48c commit 1fc990aCopy full SHA for 1fc990a
2 files changed
Sprint-1/2-mandatory-errors/0.js
@@ -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?
+
+/* 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
@@ -1,4 +1,5 @@
// trying to create an age variable and then reassign the value by 1
-const age = 33;
+let age = 33;
age = age + 1;
0 commit comments