promise

promise是一個根據你給的callback function回傳的物件

.callback在目前的promise沒跑完前,絕對不會執行
.在then()裡的callback,不管promise有沒有成功,絕對會執行

參考文章:
Using Promises