Skip to content

Commit 4a2aa8f

Browse files
authored
Update README.md
1 parent 8ca18e6 commit 4a2aa8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4304,7 +4304,7 @@ funcTwo();
43044304
<details><summary><b>Answer</b></summary>
43054305
<p>
43064306
4307-
#### Answer: D
4307+
#### Answer: C
43084308
43094309
First, we invoke `funcOne`. On the first line of `funcOne`, we call the _asynchronous_ `setTimeout` function, from which the callback is sent to the Web API. (see my article on the event loop <a href="https://dev.to/lydiahallie/javascript-visualized-event-loop-3dif">here</a>.)
43104310

0 commit comments

Comments
 (0)