Skip to content

Commit 9b95c26

Browse files
Split the event loop questions into two parts.
1 parent bda8597 commit 9b95c26

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,9 @@ duplicate([1,2,3,4,5]); // [1,2,3,4,5,1,2,3,4,5]
145145
* What is an example of an immutable object in JavaScript?
146146
* What are the pros and cons of immutability?
147147
* How can you achieve immutability in your own code?
148-
* Explain how synchronous and asynchronous functions are executed in JavaScript. How does event loop work? What is the difference between call stack and task queue?
148+
* Explain the difference between synchronous and asynchronous functions.
149+
* What is event loop?
150+
* What is the difference between call stack and task queue?
149151

150152
#### Testing Questions:
151153

0 commit comments

Comments
 (0)