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

What does this code do?

async function f() { throw "err"; }\nf();