dmitripavlutin.com
JavaScript Promises: then(f,f) vs then(f).catch(f)
4
What's the difference between promise.then(fn, fn) and promise.then(fn).catch(fn) when using JavaScript promises? Read full article