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 3bb9ddf commit b3b93d6Copy full SHA for b3b93d6
Sprint-1/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
-let age = 33; // we should use the keyword 'let' to declare the variable 'age' to allow reassignment later
+let age = 33; // we should use the keyword 'let' to declare the variable 'age' to allow reassignment later
4
age = age + 1;
0 commit comments