Sat, 19th Dec 2020, 07:07
Nice trick! And I concur with the try/catch sentiment.
const res = await promiseFn().catch(() => defaultValue)
— Claudio Semeraro (@keepitterron) December 18, 2020
i dislike try/catch i won’t use it unless i have to.
Nice trick! And I concur with the try/catch sentiment.
const res = await promiseFn().catch(() => defaultValue)
— Claudio Semeraro (@keepitterron) December 18, 2020
i dislike try/catch i won’t use it unless i have to.