What is the event loop in Node.js?
-
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