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 e48395f commit 3f3196dCopy full SHA for 3f3196d
main.js
@@ -24,7 +24,7 @@ const missingSemicolon = 'This line is missing a semicolon';
24
25
// Error: Trying to reassign a constant
26
const constantValue = 42;
27
-constantValue = 43;
+//constantValue = 43;
28
29
// Error: Missing function argument
30
function missingArgument(arg1, arg2) {
0 commit comments