adspace
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