TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Promise.allSettled – non-short-circuit version of Promise.all

2 pointsby lolptdrabout 6 years ago

1 comment

envoltabout 6 years ago
This is my favorite interview question.<p>If you have to make N (not fixed) requests, and only want the result of successful ones discarding failures, how will you do it with native Promises only?