There was an error while loading. Please reload this page.
1 parent 4b1bd0d commit 424ec1cCopy full SHA for 424ec1c
1 file changed
Sprint-2/2-mandatory-errors/1.js
@@ -1,4 +1,4 @@
1
// trying to create an age variable and then reassign the value by 1
2
3
-const age = 33;
4
-age = age + 1;
+let age = 33;
+age = 1;
0 commit comments