Skip to content

Commit 5a327a7

Browse files
committed
Rephrase question 42
1 parent 9abd0ac commit 5a327a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1249,7 +1249,7 @@ Then, `[1, 2, 0, 1]` is `acc` and `[2, 3]` is `cur`. We concatenate them, and ge
12491249

12501250
---
12511251

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

12541254
```javascript
12551255
setInterval(() => console.log("Hi"), 1000);

0 commit comments

Comments
 (0)