What do you understand by event-driven programming?



What do you understand by event-driven programming?..

Answer / Bitu Kumar

Event-driven programming is a programming paradigm where the execution of code is triggered by events such as user actions, sensor data, or system events. The main idea is to wait for an event to occur and then execute the corresponding action.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Node.js Interview Questions

List out the differences between AngularJS and NodeJS?

1 Answers  


What is event emmitter?

1 Answers  


How to share a variable between node.js modules?

1 Answers  


What is an error-first callback?

1 Answers  


In which language node js is written?

1 Answers  


Is a promise a callback?

1 Answers  


Explain the concept of url module.

1 Answers  


What is the difference between Node.js vs Ajax?

1 Answers  


Does node.js run on windows? Yes!

1 Answers  


How can we avoid callbacks?

1 Answers  


Why we have to keep separate express app and server?

1 Answers  


What is the use of method – “spawn()”?

1 Answers  


Categories