Skip to content

Commit 9ccd193

Browse files
committed
edit comment
1 parent 301c8f1 commit 9ccd193

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Sprint-2/1-key-errors

Sprint-2/1-key-errors/2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ console.log(square(5))*/
1212
// =============> write the error message here
1313
// Unexpected number
1414
// =============> explain this error message here
15-
// I think it
15+
// I think it function expects parameter as a variable rather than a number.
1616
// Finally, correct the code to fix the problem
1717
// ===========correction=========
1818
// to correct the code we need to introduce parameter as a variable, rather than a number.

0 commit comments

Comments
 (0)