Skip to content

Commit 586c4b0

Browse files
committed
SyntaxErrors
1 parent 677aa0a commit 586c4b0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed
Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1-
let day = Wednesday;
2-
console.log(day;
1+
let day = 'Wednesday';
2+
console.log(day);
3+
4+
// SyntaxError: missing ) after argument list
5+
6+
//ReferenceError: Wednesday is not defined

0 commit comments

Comments
 (0)