Skip to content

Commit eb5c3a0

Browse files
authored
Wording
1 parent f73236d commit eb5c3a0

File tree

1 file changed

+2
-2
lines changed
  • 1-js/06-advanced-functions/08-settimeout-setinterval/4-settimeout-result

1 file changed

+2
-2
lines changed

1-js/06-advanced-functions/08-settimeout-setinterval/4-settimeout-result/task.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ importance: 5
66

77
In the code below there's a `setTimeout` call scheduled, then a heavy calculation is run, that takes more than 100ms to finish.
88

9-
When the scheduled function will run?
9+
When will the scheduled function run?
1010

1111
1. After the loop.
1212
2. Before the loop.
1313
3. In the beginning of the loop.
1414

1515

16-
What `alert` is going to show?
16+
What is `alert` going to show?
1717

1818
```js
1919
let i = 0;

0 commit comments

Comments
 (0)