Skip to content

Commit 34bc832

Browse files
authored
Update 2.js
1 parent 5cbb8bc commit 34bc832

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
@@ -14,7 +14,7 @@ function square(3) {
1414
// =============> explain this error message here
1515
// The "Unexpected number"
1616
// 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
17+
// The "Unexpected number" error arises when a number is improperly positioned or used within JavaScript code
1818
// =============> write your new code here
1919
function square(num){
2020
return num * num;

0 commit comments

Comments
 (0)