原创 前端提升(12) 之 微任務和宏任務 + EventLoop

導航 1、微任務和宏任務 首先舉幾個典型的微任務和宏任務 微任務的代表 promise nodejs中的process.nextTick 宏任務的代表 setTImeout setInterVal console.log(1)