Skip to content

Commit 3e8dbe7

Browse files
authored
Update README.md
1 parent a14dd1d commit 3e8dbe7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ From basic to advanced: test how well you know JavaScript, refresh your knowledg
66

77
The answers are in the collapsed sections below the questions, simply click on them to expand it. Good luck :heart:
88

9-
[中文版本](./README-zh_CN.md)
10-
11-
[WESTERN BALKAN](./README-bs.md)
9+
[中文版本](./README-zh_CN.md)
10+
[Русский](./README_ru-RU.md)
11+
[Western Balkan](./README-bs.md)
12+
[Deutsch](./README-de_DE.md)
1213

1314
---
1415

@@ -1249,7 +1250,7 @@ Then, `[1, 2, 0, 1]` is `acc` and `[2, 3]` is `cur`. We concatenate them, and ge
12491250

12501251
---
12511252

1252-
###### 42. What does the `setInterval` method return?
1253+
###### 42. What does the `setInterval` method return in the browser?
12531254

12541255
```javascript
12551256
setInterval(() => console.log("Hi"), 1000);

0 commit comments

Comments
 (0)