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 @@ -1573,9 +1573,9 @@ sayHi();
1573
1573
```
1574
1574
1575
1575
- A: ` "It worked! Hello world!" `
1576
- - B: ` "Oh no an error: undefined `
1576
+ - B: ` "Oh no an error: undefined" `
1577
1577
- C: ` SyntaxError: can only throw Error objects `
1578
- - D: ` "Oh no an error: Hello world! `
1578
+ - D: ` "Oh no an error! Hello world!" `
1579
1579
1580
1580
<details ><summary ><b >Answer</b ></summary >
1581
1581
<p >
You can’t perform that action at this time.
0 commit comments