Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
JavaScript
hard
JavaScript
Promise.all race allSettled
Single-choice MCQ
2 views
What does this code do?
async function f() { throw "err"; }\nf();