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 c278bbb commit 335cc37Copy full SHA for 335cc37
Sprint-2/1-key-errors/0.js
@@ -11,7 +11,7 @@ function capitalise(str) {
11
return str;
12
}
13
14
-// =============> write your explanation here
+// =============> write your explanation here
15
// The function already receives `str` as a parameter.
16
// Inside the function, it tries to declare `let str = ...`,
17
// which causes a conflict because JavaScript does not
0 commit comments