Skip to content

Commit abb84f4

Browse files
authored
Merge pull request lydiahallie#115 from josselinbuils/fix-52
Fixes answer of question 52 and adds missing quotes
2 parents 0b694b9 + eeefec8 commit abb84f4

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
@@ -1573,9 +1573,9 @@ sayHi();
15731573
```
15741574

15751575
- A: `"It worked! Hello world!"`
1576-
- B: `"Oh no an error: undefined`
1576+
- B: `"Oh no an error: undefined"`
15771577
- C: `SyntaxError: can only throw Error objects`
1578-
- D: `"Oh no an error: Hello world!`
1578+
- D: `"Oh no an error! Hello world!"`
15791579

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

0 commit comments

Comments
 (0)