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

What is the output?

async function f(){try{await Promise.reject("x")}catch(e){console.log("caught: "+e)}}\nf();