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 5cbb8bc commit 34bc832Copy full SHA for 34bc832
1 file changed
Sprint-2/1-key-errors/2.js
@@ -14,7 +14,7 @@ function square(3) {
14
// =============> explain this error message here
15
// The "Unexpected number"
16
// Finally, correct the code to fix the problem
17
-// The "Unexpected number" error arises when a number is improperly positioned or used within JvaScript code
+// The "Unexpected number" error arises when a number is improperly positioned or used within JavaScript code
18
// =============> write your new code here
19
function square(num){
20
return num * num;
0 commit comments