File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1570,9 +1570,9 @@ sayHi();
1570
1570
```
1571
1571
1572
1572
- A: ` "It worked! Hello world!" `
1573
- - B: ` "Oh no an error: undefined `
1573
+ - B: ` "Oh no an error: undefined" `
1574
1574
- C: ` SyntaxError: can only throw Error objects `
1575
- - D: ` "Oh no an error: Hello world! `
1575
+ - D: ` "Oh no an error! Hello world!" `
1576
1576
1577
1577
<details ><summary ><b >Antwort</b ></summary >
1578
1578
<p >
Original file line number Diff line number Diff line change @@ -1572,9 +1572,9 @@ sayHi();
1572
1572
```
1573
1573
1574
1574
- A: ` "It worked! Hello world!" `
1575
- - B: ` "Oh no an error: undefined `
1575
+ - B: ` "Oh no an error: undefined" `
1576
1576
- C: ` SyntaxError: can only throw Error objects `
1577
- - D: ` "Oh no an error: Hello world! `
1577
+ - D: ` "Oh no an error! Hello world!" `
1578
1578
1579
1579
<details ><summary ><b >Answer</b ></summary >
1580
1580
<p >
You can’t perform that action at this time.
0 commit comments