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

What is logged?

const p=new Promise(r=>r(2));\np.then(console.log);