Node.js Practice Test
Node.js Core Modules & Event Loop
What is the event loop in Node.js?
Select your answer
A
A mechanism that handles asynchronous operations by executing callbacks when I/O operations complete
B
A for loop that iterates over DOM events
C
A browser API for handling click events
D
A database query optimization technique
Hint