Wednesday, 21 July, 2021 UTC


Summary

What's the difference between promise.then(fn, fn) and promise.then(fn).catch(fn) when using JavaScript promises?