We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f73236d commit eb5c3a0Copy full SHA for eb5c3a0
1-js/06-advanced-functions/08-settimeout-setinterval/4-settimeout-result/task.md
@@ -6,14 +6,14 @@ importance: 5
6
7
In the code below there's a `setTimeout` call scheduled, then a heavy calculation is run, that takes more than 100ms to finish.
8
9
-When the scheduled function will run?
+When will the scheduled function run?
10
11
1. After the loop.
12
2. Before the loop.
13
3. In the beginning of the loop.
14
15
16
-What `alert` is going to show?
+What is `alert` going to show?
17
18
```js
19
let i = 0;
0 commit comments