Questions Why does passing in an array of async functions to Promise.all work as expected? byMRMay 8, 2023
Questions Calling .finally on a promise that is try/catch handled elsewhere causes UnhandledPromiseRejection in nodejs byMRSeptember 21, 2022
Questions Why Promise.race([Promise.resolve(1), 2]).then(console.log) returns 1 instead of 2? byMRSeptember 10, 2022