Skip to content

Commit eeefec8

Browse files
committed
Fixes answer of question 52 and adds missing quotes
1 parent 0fb6faf commit eeefec8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README-de_DE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1570,9 +1570,9 @@ sayHi();
15701570
```
15711571

15721572
- A: `"It worked! Hello world!"`
1573-
- B: `"Oh no an error: undefined`
1573+
- B: `"Oh no an error: undefined"`
15741574
- C: `SyntaxError: can only throw Error objects`
1575-
- D: `"Oh no an error: Hello world!`
1575+
- D: `"Oh no an error! Hello world!"`
15761576

15771577
<details><summary><b>Antwort</b></summary>
15781578
<p>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1572,9 +1572,9 @@ sayHi();
15721572
```
15731573

15741574
- A: `"It worked! Hello world!"`
1575-
- B: `"Oh no an error: undefined`
1575+
- B: `"Oh no an error: undefined"`
15761576
- C: `SyntaxError: can only throw Error objects`
1577-
- D: `"Oh no an error: Hello world!`
1577+
- D: `"Oh no an error! Hello world!"`
15781578

15791579
<details><summary><b>Answer</b></summary>
15801580
<p>

0 commit comments

Comments
 (0)