Promise 是一個異步返回單個結果的函數或方法promise
不使用 `catch()` 時,在 `success handler` 裏的錯誤沒法被捕捉到異步
使用 `catch()` 時,在 `success handler` 裏的錯誤能被捕捉到(diagram source)ide
See the Pen Error Handler by 286810 (@286810) on CodePen.函數