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 045a934 commit 6b5e82dCopy full SHA for 6b5e82d
1 file changed
Sprint-2/1-key-errors/2.js
@@ -7,9 +7,9 @@
7
// =============> write your prediction of the error here
8
// My perdiction is that program will not run and show a SyntaxError because 3 is not a valid variable name.
9
10
-function square(3) {
11
- return num * num;
12
-}
+// function square(3) {
+// return num * num;
+// }
13
14
// =============> write the error message here
15
// SyntaxError: Unexpected number
0 commit comments