滴滴kpi一面

手撕深拷贝,all,race
说输出
```
console.log('start');

setTimeout(() => {
console.log('setTimeout 1');
}, 0);

Promise.resolve()
.then(() => {
console.log('promise 1');
})
.then(() => {
console.log('promise 2');
});

async function asyncFunction() {
console.log('async 1');
await Promise.resolve();
console.log('async 2');
}

asyncFunction();

setTimeout(() => {
console.log('setTimeout 2');
}, 0);

console.log('end');
```
vue八股:
vue2和3区别,vue和react区别
diff算法,虚拟dom

react八股:
受控组件,非受控组件
单向数据流
用过哪些hooks
如何在useeffect里使用async await(把依赖数组设置为[])
全部评论
啊 我滴滴也约了 是不是也是kpi啊
点赞 回复 分享
发布于 06-10 17:09 山东
怎么看kpi
点赞 回复 分享
发布于 06-06 01:50 江西

相关推荐

评论
点赞
2
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务