Node.js card revieweasy

What are Promises in Node.js?

Promises represent the future result of an asynchronous operation. They have three states: pending, fulfilled, and rejected. Promises improve asynchronous code readability by allowing chaining with then(), catch(), and finally(). They are commonly used with modern Node.js APIs.

JB

Jeevan Bhargav

Audited by Creator

This answer is calibrated for technical interviews. Verify benchmarks in local sandboxes before deploying.