Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardJavaScriptPromise.all race allSettledSingle-choice MCQ

What does the snippet log?

Promise.race([Promise.resolve("a"),new Promise(()=>{})]).then(console.log);