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