Search
⌘K

Leetcode 2723. Add Two Promises

Given two promises that each resolve to a number, return a new promise that resolves to the sum of their resolved values. You must wait for both to finish (e.g., via Promise.all or await) before adding them.


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.