This is because it is happening in sequence. Two promises are returned, both of which takes 50ms to complete. The second promise executes only after the ...
確定! 回上一頁