What does the snippet log?Promise.race([Promise.resolve("a"),new Promise(()=>{})]).then(console.log);