dpes8693 / frontend-mentor-program-1rd

前端培訓
0 stars 1 forks source link

鄭鈞文_HW6&Question #48

Closed wdOq closed 2 months ago

wdOq commented 2 months ago

HW6:https://github.com/wdOq/ES6-note/issues/2 Question:如果有好幾個非同步的事件,每個的執行時間都不同,有甚麼比較好的方法來安排先後順序?

dpes8693 commented 2 months ago
dpes8693 commented 2 months ago

HW6:wdOq/ES6-note#2 Question:如果有好幾個非同步的事件,每個的執行時間都不同,有甚麼比較好的方法來安排先後順序?

thenawait 可以很好地解決這個問題,可先自己嘗試多寫幾次