-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
promise, async, await, execution order #60
Comments
PromiseNormally, promise
.then(() => {
//
})
.then(() => {
//
})
.then(() => {
//
})
|
Actually, it took me three days to read the specification. -_-||| @ZhaoTim |
有没有中文版的呀,看着好累 |
@yh284914425 I didn't write it in Chinese. Maybe someone has. |
https://segmentfault.com/q/1010000016147496
https://www.zhihu.com/question/268007969/answer/339811998
The text was updated successfully, but these errors were encountered: