InterviewMap / CS-Interview-Knowledge-Map

Build the best interview map. The current content includes JS, network, browser related, performance optimization, security, framework, Git, data structure, algorithm, etc.
https://yuchengkai.cn/docs/frontend/
18.3k stars 2.57k forks source link

the `expression` after await should return a fulfilled promise instead of a pending promise #183

Open kevinaskin opened 5 years ago

kevinaskin commented 5 years ago

MDN description of await

the expression after await should return a fulfilled promise instead of a pending promise