You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setTimeout(()=>console.log('a'),0);varp=newPromise((resolve)=>{console.log('b');resolve();});p.then(()=>console.log('c'));p.then(()=>console.log('d'));console.log('e');// 结果:b e c d a
在此摘录汇总一些从社区看到的文章、面经中的比较有意思的JS题目~
实例原型
this
队列
数值类型转换
The text was updated successfully, but these errors were encountered: