adspace


What are promises in node.js?

Answer Posted / Abhishek

In Node.js, a Promise represents a value that may not be available yet but will be resolved at some point in the future. Promises help manage asynchronous operations by allowing you to write code that waits for the result without blocking other code.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How we can read a file in node js?

568


Is node js losing popularity?

589