File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ List of available languages:
10
10
* [ 中文版本] ( ./README-zh_CN.md )
11
11
* [ Versión en español] ( ./README-ES.md )
12
12
* [ 日本語] ( ./README-ja_JA.md )
13
- * [ 한국어] ( ./README-ko_KR.md )
14
13
* [ Русский] ( ./README_ru-RU.md )
15
14
* [ Western Balkan] ( ./README-bs_BS.md )
16
15
* [ Deutsch] ( ./README-de_DE.md )
@@ -1521,7 +1520,7 @@ However, we don’t return a value. When we don’t return a value from the func
1521
1520
``` javascript
1522
1521
function getInfo (member , year ) {
1523
1522
member .name = " Lydia" ;
1524
- year = 1998 ;
1523
+ year = " 1998" ;
1525
1524
}
1526
1525
1527
1526
const person = { name: " Sarah" };
@@ -1573,9 +1572,9 @@ sayHi();
1573
1572
```
1574
1573
1575
1574
- A: ` "It worked! Hello world!" `
1576
- - B: ` "Oh no an error: undefined" `
1575
+ - B: ` "Oh no an error: undefined `
1577
1576
- C: ` SyntaxError: can only throw Error objects `
1578
- - D: ` "Oh no an error! Hello world!" `
1577
+ - D: ` "Oh no an error: Hello world! `
1579
1578
1580
1579
<details ><summary ><b >Answer</b ></summary >
1581
1580
<p >
You can’t perform that action at this time.
0 commit comments