Google News
logo
NodeJS - Interview Questions
What does event-driven programming mean ?
An event-driven programming approach uses events to trigger various functions. An event can be anything, such as typing a key or clicking a mouse button.
 
A call-back function already registered with the element executes whenever an event is triggered.
Advertisement