What does this code log first?console.log("A");\nPromise.resolve().then(()=>console.log("B"));\nconsole.log("C");