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 301c8f1 commit 9ccd193Copy full SHA for 9ccd193
1 file changed
Sprint-2/1-key-errors/2.js
@@ -12,7 +12,7 @@ console.log(square(5))*/
12
// =============> write the error message here
13
// Unexpected number
14
// =============> explain this error message here
15
-// I think it
+// I think it function expects parameter as a variable rather than a number.
16
// Finally, correct the code to fix the problem
17
// ===========correction=========
18
// to correct the code we need to introduce parameter as a variable, rather than a number.
0 commit comments